{
  "name": "ShopApna - Your Online Store",
  "short_name": "ShopApna",
  "description": "Create your online store and manage your business with ease",
  "start_url": "/auth/login",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["shopping", "fashion", "lifestyle"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "New Arrivals",
      "short_name": "New",
      "description": "View latest new arrivals",
      "url": "/?tab=new-arrivals",
      "icons": [
        {
          "src": "/images/icon-new.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Special Offers",
      "short_name": "Offers",
      "description": "View special offers and discounts",
      "url": "/?tab=offers",
      "icons": [
        {
          "src": "/images/icon-offers.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
