{
  "name": "OneMath · 每天一道数学题",
  "short_name": "OneMath",
  "description": "每天一道高考数学题，含详细解析",
  "id": "onemath-pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background": "#1e40af",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": [
    "education"
  ],
  "lang": "zh-CN",
  "shortcuts": [
    {
      "name": "每日一题",
      "short_name": "今日",
      "description": "查看今天的数学题",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "数学札记",
      "short_name": "札记",
      "description": "浏览教学札记文章",
      "url": "/y",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "学习包",
      "short_name": "学习",
      "description": "系统化学习资源",
      "url": "/learning-packs",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}