{
"name": "Gezondheids-App",
"short_name": "Gezondheid",
"description": "Bijhoud-app voor je dagelijkse gezondheid",
"start_url": "/index.html",
"display": "standalone",
"theme_color": "#00695C",
"background_color": "#ffffff",
"lang": "nl",
"orientation": "portrait",
"icons": [
    {
    "src": "/hmm.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any"
    },

    {
    "src": "/hmm.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
    }
]
}