{
    "theme_color": "#155dfc",
    "background_color": "#ffffff",
    "icons": [
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "icon512_maskable.png",
            "type": "image/png"
        },
        {
            "purpose": "any",
            "sizes": "512x512",
            "src": "icon512_rounded.png",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Take Quiz",
            "short_name": "Quiz",
            "url": "/quizzrd",
            "icons": [
                {
                    "src": "icon512_rounded.png",
                    "sizes": "512x512"
                }
            ]
        }
    ],
    "orientation": "any",
    "display": "standalone",
    "dir": "auto",
    "lang": "en-US",
    "name": "CrowdQuiz",
    "short_name": "CrowdQuiz",
    "start_url": "/",
    "scope": "/",
    "id": "app.croqwdquiz"
}