{
  "id": "/",
  "name": "TMTI — Fashion Concierge",
  "short_name": "TMTI",
  "description": "Invitation-only fashion concierge for curated shopping, custom sourcing, wallet checkout and order tracking.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#F5F4ED",
  "theme_color": "#F5F4ED",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png?v=20260829-logo1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=20260829-logo1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png?v=20260829-logo1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "url": "/catalog?source=shortcut"
    },
    {
      "name": "Custom Order",
      "short_name": "Custom",
      "url": "/custom?source=shortcut"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/order-history?source=shortcut"
    }
  ]
}