{
  "$comment": "MARKETING-SITE manifest, referenced only by index.site.html (served at tko.cam/). It shares `id` with public/manifest.json so installing from the marketing page and installing from inside the app are the SAME installed app. Crucially, start_url points at /app/ — a tester who taps Install on the landing page must get an icon that opens the product, not the brochure. Scope is the whole origin so the marketing pages stay in-app too.",
  "id": "/app/",
  "name": "TKO.cam",
  "short_name": "TKO",
  "description": "Every angle of the knockout. One cam — multi-angle knockout highlights, clans, and tournaments.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "categories": ["entertainment", "sports", "games"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
