{
    "name": "MMA GO — Catch The Fight",
    "short_name": "MMA GO",
    "description": "Pokémon GO-style MMA fighter collector. Catch wild fighters on the map, train them, conquer gyms.",
    "start_url": "/map",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#050505",
    "theme_color": "#050505",
    "lang": "en",
    "categories": ["games", "sports", "entertainment"],
    "icons": [
        {
            "src": "/favicon-64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Map",
            "url": "/map",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Roster",
            "url": "/roster",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
