{
  "name": "私域学习打卡",
  "short_name": "打卡App",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f7f8fa",
  "theme_color": "#007aff",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png"
    }
  ]
}
