{
    "id": "/",
    "name": "Kookboek",
    "short_name": "Kookboek",
    "description": "Alle recepten van het gezin op één plek, met boodschappenlijst en weekmenu.",
    "start_url": "index.php",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "background_color": "#fbf7f1",
    "theme_color": "#8b3a1f",
    "lang": "nl",
    "dir": "ltr",
    "categories": ["food", "lifestyle", "utilities"],
    "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
        { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
    ],
    "shortcuts": [
        {
            "name": "Recept toevoegen",
            "short_name": "Toevoegen",
            "url": "toevoegen.php",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Boodschappenlijst",
            "short_name": "Lijst",
            "url": "boodschappen.php",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Weekmenu",
            "short_name": "Weekmenu",
            "url": "weekmenu.php",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
