{ "name": "EatWeat Restaurant Portal", "short_name": "EatWeat", "description": "Restaurant admin and staff portal for order and branch operations.", "start_url": "/restaurant/dashboard", "scope": "/restaurant/", "display": "standalone", "orientation": "portrait", "background_color": "#ffffff", "theme_color": "#0f172a", "icons": [ { "src": "/images/logo_lg.png", "sizes": "any", "type": "image/png", "purpose": "any maskable" }, { "src": "/images/logo_sm.png", "sizes": "32x32", "type": "image/png" } ], "shortcuts": [ { "name": "Dashboard", "url": "/restaurant/dashboard" }, { "name": "Orders", "url": "/restaurant/orders" }, { "name": "Kitchen Display", "url": "/restaurant/kds" } ] }