{
  "name": "World of WOW",
  "short_name": "WOW",
  "description": "The ultimate community platform for creators",
  "_comment_start_url": "start_url stays '/' deliberately. '/my' was tried (so the installed PWA opens straight into the app, replacing the removed Front Door `PwaSessionDetection` cookie redirect — see infra/modules/frontDoor.bicep), but iOS ignores the `scope` member and treats the start_url PATH as the app boundary: with start_url '/my', every in-app navigation outside /my (e.g. View profile -> /{handle}) opened in Safari. So the installed PWA launches on the marketing homepage and users reach the app via the Login link — acceptable while the install banner is hard-disabled and PWA adoption is near zero. Do NOT set a non-root path here.",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#111111",
  "background_color": "#000000",
  "orientation": "portrait-primary",
  "display": "standalone",
  "lang": "en",
  "icons": [
    { "src": "/static/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/static/maskable_icon_72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_180.png", "sizes": "180x180", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/maskable_icon_1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "https://cdn.prod.website-files.com/6838698ba59f3feb4c23f139/6839d22767e7cbacab4e2c14_Image%20-%20tweaked.png",
      "sizes": "1781x2127",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://cdn.prod.website-files.com/6838698ba59f3feb4c23f139/6839d22767e7cbacab4e2c14_Image%20-%20tweaked.png",
      "sizes": "1781x2127",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
