{
  "name": "Efficient Restaurants",
  "short_name": "EfficientRest",
  "description": "Multi-restaurant management platform with comprehensive dashboard, inventory, sales, and operations management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2250D8",
  "lang": "en",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "food"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "48x48",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/vite.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access main dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "description": "View sales reports",
      "url": "/dashboard/sales",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage inventory",
      "url": "/dashboard/inventory",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Operations",
      "short_name": "Operations",
      "description": "Task management",
      "url": "/dashboard/operations",
      "icons": [
        {
          "src": "/vite.svg",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.efficientrest.app",
      "id": "com.efficientrest.app"
    }
  ]
}