{
    "name": "Lunchbox - School Lunch Ordering",
    "short_name": "Lunchbox",
    "description": "Online platform for school lunch ordering and meal packages",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1976d2",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["food", "education", "lifestyle"],
    "icons": [
        {
            "src": "/img-assets/logo-icon-dark.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/img-assets/logo-compact-dark.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/img-assets/logo-compact-light.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Order Meals",
            "short_name": "Order",
            "description": "Order meals for today",
            "url": "/order/",
            "icons": [
                {
                    "src": "/img-assets/order.svg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Menu",
            "short_name": "Menu",
            "description": "View weekly menu",
            "url": "/#menu",
            "icons": [
                {
                    "src": "/img-assets/menu.svg",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/img-assets/hero-en.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "form_factor": "wide"
        }
    ]
}
