{
    "name": "Food @ Finger Ordering",
    "short_name": "Order",
    "description": "Scan, order, and pay at the counter from your table.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f2e26",
    "theme_color": "#175c4c",
    "lang": "en",
    "categories": ["food", "shopping"],
    "icons": [
        {
            "src": "/icons/ordering-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/ordering-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}
