{
  "name": "Spoonit Restaurant Management",
  "short_name": "Spoonit",
  "description": "AI-powered restaurant management system for Dubai restaurants",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00493D",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-apple-touch.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "food", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "POS System",
      "short_name": "POS",
      "description": "Access point of sale interface",
      "url": "/dashboard?section=pos",
      "icons": [
        {
          "src": "/icon-pos.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Customer App",
      "short_name": "Customer",
      "description": "View customer mobile app",
      "url": "/customer",
      "icons": [
        {
          "src": "/icon-customer.png", 
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}