{
  "name": "ShelvIQ",
  "short_name": "ShelvIQ",
  "description": "AI-powered inventory management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6c63ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ShelvIQ Dashboard"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/?tab=dashboard",
      "description": "Open inventory dashboard"
    },
    {
      "name": "AI Assistant",
      "url": "/?tab=ai",
      "description": "Chat with AI assistant"
    }
  ]
}
