{
  "name": "Push - 每日运动追踪",
  "short_name": "Push",
  "description": "记录和追踪你的每日运动习惯",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF9DE",
  "theme_color": "#ff8e2d",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
