{
  "name": "TECHI — Tech Store",
  "short_name": "TECHI",
  "description": "Online electronics and technology store",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#4F46E5",
  "categories": ["shopping", "electronics"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    { "src": "/icons/pwa-48.png",  "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-57.png",  "sizes": "57x57",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-60.png",  "sizes": "60x60",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-76.png",  "sizes": "76x76",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-114.png", "sizes": "114x114", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-120.png", "sizes": "120x120", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-167.png", "sizes": "167x167", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/pwa-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Catalog",
      "short_name": "Catalog",
      "description": "Browse all products",
      "url": "/catalog?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Your personal account",
      "url": "/user/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}
