{
  "name": "Billavi",
  "short_name": "Billavi",
  "description": "Cloud restaurant operations and ERP",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "productivity", "food"],
  "background_color": "#fff7ed",
  "theme_color": "#ec4a0c",
  "icons": [
    {
      "src": "/brand/billavi-favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/billavi-favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "description": "Start or continue restaurant billing",
      "url": "/pos",
      "icons": [{ "src": "/brand/billavi-favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tables",
      "short_name": "Tables",
      "description": "View the restaurant floor and running tables",
      "url": "/tables",
      "icons": [{ "src": "/brand/billavi-favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Menu management",
      "short_name": "Menu",
      "description": "Manage dishes, prices and availability",
      "url": "/menu",
      "icons": [{ "src": "/brand/billavi-favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
