{
  "id": "/",
  "name": "申论时政日报",
  "short_name": "申论日报",
  "description": "自动采集官方文章并生成申论时政卡片、历史检索与复习清单。",
  "start_url": "/web/latest.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f3f5f7",
  "theme_color": "#1f5f55",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日日报",
      "url": "/web/latest.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "历史检索",
      "url": "/web/history.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "采集状态",
      "url": "/web/health.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}