{ "name": "Tapau Time - Food Pickup & Table Ordering", "short_name": "Tapau Time", "description": "Skip the queue, order ahead, and pick up when it's hot. Fast takeaway and dine-in table ordering for hawkers and food courts.", "start_url": "./index.html", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#f8f9fa", "theme_color": "#00535b", "categories": ["food", "lifestyle", "shopping"], "icons": [ { "src": "./icons/tapau-logo.png", "sizes": "192x192 512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Scan Table QR", "short_name": "Scan Table", "description": "Quickly order for your dine-in table", "url": "./index.html?action=scan", "icons": [{ "src": "./icons/tapau-logo.png", "sizes": "192x192" }] }, { "name": "Active Orders", "short_name": "My Orders", "description": "Check your live pickup status", "url": "./index.html?view=orders", "icons": [{ "src": "./icons/tapau-logo.png", "sizes": "192x192" }] } ] }