{
  "name": "我们的小世界",
  "short_name": "小世界",
  "description": "情侣专属的打卡种田、旅程回放与电子宠物空间",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff1f5",
  "theme_color": "#e0576f",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}