{
  "name": "F&B Controller",
  "short_name": "FNB Ctrl",
  "description": "Restaurant inventory, recipes, sales, EOD counts and variance reports.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#af4408",
  "background_color": "#FFF8F0",
  "lang": "en-IN",
  "scope": "/",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "EOD Count",        "short_name": "Count",   "url": "/closing-stock", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Wastage Entry",    "short_name": "Wastage", "url": "/wastage",       "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reports",          "short_name": "Reports", "url": "/reports",       "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
