{
  "id": "/store",
  "name": "E-Tenga",
  "short_name": "E-Tenga",
  "description": "Shop the latest products on E-Tenga — fast, secure, and available offline.",
  "start_url": "/store?source=pwa",
  "scope": "/store",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "business"],
  "icons": [
    { "src": "/shop/img/pwa/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/shop/img/pwa/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/shop/img/pwa/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/store/cart?source=pwa_shortcut",
      "icons": [{ "src": "/shop/img/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/store/orders?source=pwa_shortcut",
      "icons": [{ "src": "/shop/img/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Live Auctions",
      "short_name": "Auctions",
      "description": "Browse live auctions",
      "url": "/store/auctions?source=pwa_shortcut",
      "icons": [{ "src": "/shop/img/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
