{
    "name": "Halo Lunch",
    "short_name": "Halo Lunch",
    "id": "/",
    "description": "Order school lunches and manage your family's meal account.",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["education", "food"],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#faf7f2",
    "theme_color": "#bd5c43",
    "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/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Order meals",
            "short_name": "Order",
            "url": "/guardian/order",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Add credit",
            "short_name": "Add credit",
            "url": "/guardian/payment/addCredit",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
