{
  "name": "人生游戏",
  "short_name": "人生游戏",
  "description": "将生活RPG化的个人成长系统",
  "id": "life-game-pwa",
  "scope": "/",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "zh-CN",
  "dir": "ltr",
  "background_color": "#eef1f7",
  "theme_color": "#eef1f7",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
