{
    "name": "MYBRAND Video Downloader",
    "short_name": "MYBRAND",
    "description": "Download your favorite content from top platforms instantly.",
    "start_url": "/?pwa=true",
    "display": "standalone",
    "background_color": "#12161f",
    "theme_color": "#1e60f2",
    "icons": [
        {
            "src": "/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}