{
    "name": "NeonDownloader - YouTube Video Downloader",
    "short_name": "NeonDownloader",
    "description": "Fast & Secure YouTube Video Downloader with a futuristic neon design. Download in 4K, 1080p, or MP3 audio.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#000000",
    "theme_color": "#000000",
    "categories": [
        "utilities",
        "productivity",
        "multimedia"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}