{
  "name": "2026 世界杯观赛指南",
  "short_name": "世界杯指南",
  "description": "按关注队生成赛程、前瞻、积分、新闻、竞猜和个人观赛档案。",
  "id": "./",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fffaf0",
  "theme_color": "#f4c84a",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "categories": ["sports", "productivity", "entertainment"],
  "share_target": {
    "action": "./?source=share-target#follow",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "shortcuts": [
    {
      "name": "我的关注",
      "short_name": "关注",
      "description": "直接打开关注球队赛程、小组表和观赛偏好。",
      "url": "./?source=pwa-shortcut&tab=follow#follow",
      "icons": [
        {
          "src": "./app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "赛程月历",
      "short_name": "赛程",
      "description": "直接打开世界杯月历、比赛日和单日赛前卡。",
      "url": "./?source=pwa-shortcut&tab=schedule#schedule",
      "icons": [
        {
          "src": "./app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "数据中心",
      "short_name": "数据",
      "description": "直接打开小组积分、淘汰赛路径、数据源状态和同步时间线。",
      "url": "./?source=pwa-shortcut&tab=data#data",
      "icons": [
        {
          "src": "./app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "新闻动态",
      "short_name": "新闻",
      "description": "直接打开世界杯新闻摘要、关注队动态和转播产品线索。",
      "url": "./?source=pwa-shortcut&tab=news#news",
      "icons": [
        {
          "src": "./app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "朋友竞猜",
      "short_name": "竞猜",
      "description": "直接打开单场、多场、冠军、四强和八强娱乐竞猜。",
      "url": "./?source=pwa-shortcut&tab=prediction#prediction",
      "icons": [
        {
          "src": "./app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./app-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
