{
  "name": "HIHE Fashion - Premium Fashion Store",
  "short_name": "HIHE Fashion",
  "description": "Discover the latest trends in fashion. Shop premium clothing, accessories, and footwear with fast delivery across India.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "fashion"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HIHE Fashion on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HIHE Fashion on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop All Products",
      "short_name": "Shop",
      "description": "Browse all products",
      "url": "/shop",
      "icons": [
        {
          "src": "/icon-shop.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your orders",
      "url": "/orders",
      "icons": [
        {
          "src": "/icon-orders.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View shopping cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/icon-cart.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "protocol_handlers": [],
  "_comment": [
    "==============================================",
    "PWA MANIFEST - PRODUCTION NOTES",
    "==============================================",
    "",
    "REQUIRED ICONS TO CREATE:",
    "Place these icon files in /public/ folder:",
    "",
    "1. icon-192x192.png   (Required for Android)",
    "2. icon-256x256.png   (Recommended)",
    "3. icon-384x384.png   (Recommended)",
    "4. icon-512x512.png   (Required for Android splash)",
    "",
    "OPTIONAL BUT RECOMMENDED:",
    "5. screenshot-mobile.png (540x720px)",
    "6. screenshot-desktop.png (1280x720px)",
    "7. icon-shop.png, icon-orders.png, icon-cart.png (96x96px each)",
    "",
    "FAVICON VARIANTS (for better browser support):",
    "8. favicon.ico (16x16, 32x32, 48x48 multi-size)",
    "9. favicon-16x16.png",
    "10. favicon-32x32.png",
    "11. apple-touch-icon.png (180x180px for iOS)",
    "",
    "==============================================",
    "ICON CREATION TOOLS:",
    "==============================================",
    "- Use Canva (free): https://canva.com",
    "- Use Favicon.io: https://favicon.io",
    "- Use RealFaviconGenerator: https://realfavicongenerator.net",
    "",
    "==============================================",
    "TESTING YOUR PWA:",
    "==============================================",
    "1. Open Chrome DevTools > Application > Manifest",
    "2. Test 'Add to Home Screen' on mobile device",
    "3. Use Lighthouse to audit PWA score",
    "4. Test offline functionality (if implemented)",
    "",
    "==============================================",
    "DEPLOYMENT CHECKLIST:",
    "==============================================",
    "✓ All icons created and uploaded to /public/",
    "✓ Update 'start_url' if deployed to subdirectory",
    "✓ Verify theme_color matches your brand",
    "✓ Test on actual mobile device",
    "✓ Check HTTPS is enabled (required for PWA)",
    "✓ Register service worker (if using offline mode)"
  ]
}
