{
    "name": "Thasis Radio Network",
    "short_name": "Thasis Radio",
    "description": "24 curated radio stations, with over 40 real DJs streaming the music you love around the clock. Limited commercials. Just pure music from every era.",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#050510",
    "theme_color": "#6366f1",
    "categories": [
        "music",
        "entertainment"
    ],
    "icons": [
        {
            "src": "app-icons/icon-192.png?v=1777211854",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "app-icons/icon-512.png?v=1777211854",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "app-icons/icon-maskable-192.png?v=1777211854",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "app-icons/icon-maskable-512.png?v=1777211854",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "All Stations",
            "short_name": "Stations",
            "url": "./index.html#stations-page",
            "icons": [
                {
                    "src": "app-icons/icon-192.png?v=1777211854",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}