{
    "id": "de.betrivals.app.web?v=",
    "orientation": "portrait-primary",
    "description": "BetRivals is a platform where users can bet on soccer games against their friends without any real money.",
    "categories": [
        "sports",
        "games"
    ],
    "background_color": "#000000",
    "theme_color": "#000000",
    "name": "BetRivals",
    "short_name": "BetRivals",
    "display": "standalone",
    "start_url": "/pwa_entry",
    "scope": "/",
    "icons": [
        {
            "src": "/images/icons/64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "/images/icons/128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/images/icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=de.betrivals.app.android",
            "id": "de.betrivals.app.android"
        },
        {
            "platform": "windows",
            "url": "/",
            "id": "de.betrivals.app.windows"
        },
        {
            "platform": "webapp",
            "url": "/",
            "id": "de.betrivals.app.web"
        },
        {
            "platform": "itunes",
            "url": "/",
            "id": "de.betrivals.app.itunes"
        }
    ],
    "serviceworker": {
        "src": "/service-worker.js",
        "scope": "/",
        "update_via_cache": "none",
        "use_cache": false
    },
    "lang": "de-DE",
    "prefer_related_applications": false,
    "screenshots": [],
    "display_override": [
        "fullscreen",
        "minimal-ui"
    ]
}