{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "2026科普大赛选手答题端",
  "short_name": "选手答题",
  "description": "2026年重庆烟草科普大赛现场竞赛系统 - 选手答题平板端",
  "id": "/tablet-static/",
  "start_url": "/tablet-static/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "landscape",
  "background_color": "#031947",
  "theme_color": "#031947",
  "lang": "zh-CN",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/pwa-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
