{
    "name": "Habits Tracker",
    "short_name": "Habits",
    "description": "Track je dagelijkse habits en bouw betere gewoontes op",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0c1222",
    "theme_color": "#14b8a6",
    "orientation": "portrait",
    "categories": ["lifestyle", "health", "productivity"],
    "lang": "nl",
    "icons": [
        {
            "src": "icons/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
