{
    "name": "No - Ads",
    "short_name": "No - Ads",
    "description": "A PWA that lets you watch YouTube videos without ads.",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "screenshots": [
        {
            "src": "/logo.png",
            "sizes": "1080x1920",
            "type": "image/png"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
