{
    "name": "OffWave — Offline Audio Player",
    "short_name": "OffWave",
    "description": "Offline audio player for Qur'ān, naats, duas, and personal MP3 files. No ads, no tracking.",
    "start_url": "./app.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f1419",
    "theme_color": "#0f1419",
    "lang": "en",
    "dir": "ltr",
    "categories": ["music", "entertainment", "utilities", "lifestyle"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Open Player",
            "short_name": "Player",
            "url": "./app.html",
            "description": "Launch the OffWave player directly",
            "icons": [
                {
                    "src": "icon.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}
