{
  "id": "/",
  "name": "CAMMUS&XUANSU 炫速模拟俱乐部",
  "short_name": "炫速模拟",
  "description": "CAMMUS&XUANSU 模拟赛车赛事、圈速、排行与社区平台",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": ["sports", "games", "entertainment"],
  "icons": [
    {
      "src": "/static/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "圈速排行",
      "short_name": "圈速",
      "url": "/record?game_id=1",
      "icons": [{"src": "/static/images/pwa-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "赛历",
      "short_name": "赛历",
      "url": "/match/calendar",
      "icons": [{"src": "/static/images/pwa-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
