{
    "name": "SportQuiz Experience",
    "short_name": "SportQuiz",
    "start_url": "/quiz/index.html",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "share_target": {
        "action": "/quiz/index.html",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "description": "SportQuiz Experience: Participe de quizzes interativos em tempo real, ganhe prêmios e acumule pontos no ranking. A melhor experiência de Second Screen para bares e eventos esportivos.",
    "orientation": "portrait-primary",
    "lang": "pt-BR",
    "categories": [
        "entertainment",
        "sports",
        "games"
    ],
    "icons": [
        {
            "src": "quiz/images/logo_clI.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "quiz/images/logo_clI.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "quiz/images/logo_cl.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "quiz/images/logo_cl.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}