{ "name": "OZASCO POS", "short_name": "OZASCO", "description": "Restaurant POS — ordering, floor, payments. Installs as an app for captains; customers get the online-ordering storefront.", "id": "/", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#09090b", "theme_color": "#09090b", "icons": [ { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "Order online", "url": "/order", "description": "Customer storefront" }, { "name": "Control Room", "url": "/admin", "description": "Admin dashboard" } ] }