{
    "theme_color": "#191547",
    "background_color": "#191547",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/index.php",
    "name": "Jazz aan de Sjtasie",
    "short_name": "JADS",
    "icons": [
        {
            "src": "/img/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/img/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/img/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "web_accessible_resources" : "/index.php",
    "scripts" : ["/service-worker.js", "/js/main.js"]
}