{
    "name": "Chaps",
    "short_name": "Chaps",
    "description": "Calorieën en macro's bijhouden met je gezin.",
    "id": "/",
    "start_url": "/diary?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#F6F4EF",
    "theme_color": "#F6F4EF",
    "lang": "nl",
    "dir": "ltr",
    "categories": ["health", "food", "lifestyle"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Ontbijt loggen",
            "short_name": "Ontbijt",
            "url": "/foods?meal=breakfast&source=shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Barcode scannen",
            "short_name": "Scan",
            "url": "/scan?source=shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Gewicht invoeren",
            "short_name": "Gewicht",
            "url": "/weight?source=shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
