{
  "name": "Geenil Restaurant Manager",
  "short_name": "Geenil",
  "description": "Restaurant billing, table management, and kitchen display — all in one.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "lang": "en-IN",
  "categories": ["food", "business", "productivity"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logoG.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logoG.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Billing",
      "short_name": "Billing",
      "description": "Open the billing / POS screen",
      "url": "/billing",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Tables",
      "short_name": "Tables",
      "description": "View the floor plan",
      "url": "/tables",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "KDS",
      "short_name": "Kitchen",
      "description": "Open the kitchen display",
      "url": "/kds",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Waiter Order",
      "short_name": "Orders",
      "description": "Waiter order entry",
      "url": "/waiter-order",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}
