{
  "short_name": "VA Foods",
  "name": "VA Foods · Inventory OS",
  "description": "Multi-outlet inventory management for restaurants, kitchens and bars.",
  "icons": [
    { "src": "/favicon-32.png", "type": "image/png", "sizes": "32x32" },
    { "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "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" }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2F4F4F",
  "background_color": "#FAFAFA",
  "categories": ["business", "productivity", "food"],
  "shortcuts": [
    { "name": "Stock In", "url": "/stock-in", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Stock Out", "url": "/stock-out", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Inventory", "url": "/inventory", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
