{
  "name": "棒垒球观赛积分器",
  "short_name": "观赛积分器",
  "id": "./index.html",
  "description": "手机端棒垒球观赛计分工具，支持上下半局、好坏球、出局、得分和每局明细。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#edf1f5",
  "theme_color": "#142033",
  "lang": "zh-CN",
  "categories": ["sports", "utilities"],
  "prefer_related_applications": false,
  "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"
    }
  ]
}
