{
  "id": "/?vafoods",
  "name": "VA Foods · Inventory OS",
  "short_name": "VA Foods",
  "description": "Multi-outlet inventory management for restaurants, kitchens and bars. Track stock, purchases, transfers and waste in real time.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#2F4F4F",
  "background_color": "#183E37",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "food"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "focus-existing" },
  "handle_links": "preferred",
  "icons": [
    { "src": "/favicon-32.png",           "type": "image/png", "sizes": "32x32"   },
    { "src": "/icon-96.png",              "type": "image/png", "sizes": "96x96"   },
    { "src": "/icon-144.png",             "type": "image/png", "sizes": "144x144" },
    { "src": "/apple-touch-icon.png",     "type": "image/png", "sizes": "180x180" },
    { "src": "/icon-192.png",             "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icon-maskable-192.png",    "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icon-384.png",             "type": "image/png", "sizes": "384x384", "purpose": "any" },
    { "src": "/icon-512.png",             "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-maskable-512.png",    "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow", "label": "VA Foods on mobile" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "wide",   "label": "VA Foods dashboard" }
  ],
  "shortcuts": [
    { "name": "Stock In",   "short_name": "Stock In",  "url": "/stock-in",  "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Stock Out",  "short_name": "Stock Out", "url": "/stock-out", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Inventory",  "short_name": "Inventory", "url": "/inventory", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reorder",    "short_name": "Reorder",   "url": "/reorder",   "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
