{
    "name": "Viet Grill POS",
    "short_name": "Viet Grill",
    "description": "Staff point-of-sale for Viet Grill restaurant",
    "start_url": "/pos/tables",
    "scope": "/pos/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#12111C",
    "theme_color": "#3ECFAC",
    "categories": ["food", "productivity"],
    "icons": [
        {
            "src": "/icons/pos-icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/pos-icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Tables",
            "url": "/pos/tables",
            "description": "View floor plan"
        },
        {
            "name": "Kitchen",
            "url": "/pos/kitchen",
            "description": "Kitchen display"
        }
    ]
}
