{
  "name": "Popnetic — Gen-Z Fashion",
  "short_name": "Popnetic",
  "description": "India's freshest bottomwear, jackets & streetwear for Gen-Z",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6c5ce7",
  "orientation": "portrait-primary",
  "categories": ["shopping", "fashion"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/pwa-screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Arrivals",
      "short_name": "New",
      "url": "/collections/new-arrivals?utm_source=pwa",
      "icons": [{ "src": "/shortcut-new.png", "sizes": "96x96" }]
    },
    {
      "name": "Bottomwear",
      "short_name": "Bottoms",
      "url": "/collections/bottomwear?utm_source=pwa",
      "icons": [{ "src": "/shortcut-bottoms.png", "sizes": "96x96" }]
    },
    {
      "name": "My Wishlist",
      "short_name": "Wishlist",
      "url": "/account#wishlist?utm_source=pwa",
      "icons": [{ "src": "/shortcut-wishlist.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/collections/all",
    "method": "GET",
    "params": {
      "text": "q"
    }
  }
}
