{
  "name": "Shopi Seller Dashboard",
  "short_name": "Shopi Seller",
  "description": "Manage your shop with ease - orders, products, customers and analytics",
  "start_url": "/dashboard",
  "scope": "/dashboard",
  "id": "/dashboard",
  "display": "standalone",
  "background_color": "#0F0F23",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/dashboard?tab=orders",
      "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
    },
    {
      "name": "Products",
      "short_name": "Products", 
      "description": "Manage product inventory",
      "url": "/dashboard?tab=products",
      "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View store performance",
      "url": "/dashboard?tab=metrics",
      "icons": [{"src": "/favicon.png", "sizes": "192x192"}]
    }
  ]
}
