{
    "name": "TikTube",
    "short_name": "TikTube",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#ff0050",
    "icons": [{
        "src": "/tiktube.jpg",
        "sizes": "512x512",
        "type": "image/jpeg",
        "purpose": "any maskable"
    }],
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "share_url"
        }
    }
}