{
    "name": "All Inclusive Radio",
    "short_name": "All Inclusiv",
    "description": "The proud host of 9 great radio stations with great on air personalities to keep you entertained while enjoying great music.",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#050510",
    "theme_color": "#321e62",
    "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"
                }
            ]
        }
    ]
}