{
  "name": "SupplyAI — Chain Intelligence",
  "short_name": "SupplyAI",
  "description": "AI-powered supply chain optimization for your business.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2563eb",
  "background_color": "#f0f2f7",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Dashboard",  "url": "/?nav=dashboard",  "description": "View supply chain dashboard" },
    { "name": "Inventory",  "url": "/?nav=inventory",  "description": "Check inventory levels" },
    { "name": "Orders",     "url": "/?nav=orders",     "description": "View purchase orders" },
    { "name": "AI Assistant", "url": "/?nav=ai",       "description": "Open AI assistant" }
  ]
}
