{
    "name": "BARS - Behind the Songs",
    "short_name": "BARS",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0a0908",
    "theme_color": "#0a0908",
    "description": "Every bar explained. Identify any song around you, tap any line, any genre. AI-powered.",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
