{
  "name": "w005.com",
  "short_name": "w005.com",
  "description": "W005 Game Platform",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#13151a",
  "theme_color": "#13151a",
  "orientation": "portrait-primary",
  "version": "2.0.0",
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "zh-CN",
  "scope": "/",
  "id": "/",
  "_codex_note_manifest_id": "2026-06-25: experimental origin-root PWA id; rollback to skin-pwa if needed",
  "prefer_related_applications": false,
  "display_override": [
    "standalone"
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "_codex_note_protocol_handler": "2026-06-25: experimental PWA launch fallback marker; remove protocol_handlers and matching launch code if rollback is needed",
  "protocol_handlers": [
    {
      "protocol": "web+w005pwa",
      "url": "/open?redirect=%s"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon_192x192.png?v=b44e89f1a7a3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon_512x512.png?v=b113e324f3df",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}