{
    "short_name": "Example",
    "name": "Example",
    "icons": [
        {
            "src": "/pwa.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        }, {
            "src": "/pwa.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        }
    ],
    "background_color": "#000000",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "theme_color": "#F7DF1E"
}
