{
    "name": "QIzzone",
    "short_name": "QIzzone",
    "description": "Quiz multiplayer in tempo reale",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#233e7d",
    "theme_color": "#233e7d",
    "icons": [               
        {
            "src": "/static/images/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "orientation": "any",
    "scope": "/",
    "lang": "it-IT",
    "categories": ["games", "education"],
    "shortcuts": [
        {
            "name": "Nuova Partita",
            "short_name": "Gioca",
            "description": "Crea una nuova stanza di gioco",
            "url": "/create_room",
            "icons": [{ "src": "/static/images/favicon-96x96.png", "sizes": "96x96" }]
        }
    ]
}