{
  "name": "掼蛋计分器",
  "short_name": "掼蛋计分",
  "description": "掼蛋专用计分器：多主题、玻璃 UI、手势加分、撤销/胜局统计。",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/scorecounter/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color": "#2ea291",
  "theme_color": "#2ea291",
  "lang": "zh-CN",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
