{
  "id": "/",
  "name": "OneLatur",
  "short_name": "OneLatur",
  "description": "OneLatur — offline-capable POS, KOT and city commerce operations app",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#80ff00",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "POS Billing", "short_name": "POS", "url": "/restaurant/pos", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Live Orders", "short_name": "Orders", "url": "/restaurant/orders", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Kitchen (KDS)", "short_name": "KDS", "url": "/restaurant/kitchen", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Customer App", "short_name": "Shop", "url": "/app", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "categories": ["business", "productivity", "shopping", "food"]
}
