{
  "name": "Ubio — 用一张数字名片，好好介绍自己",
  "short_name": "Ubio",
  "description": "无需编程的个人主页工具：模板开箱即用、可视化编辑、多站点主页、版本回溯、通行密钥登录。",
  "lang": "zh-CN",
  "id": "/",
  "start_url": "/user-center",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "编辑我的主页",
      "short_name": "编辑主页",
      "description": "打开可视化编辑器，更新主页内容",
      "url": "/user-center/editor"
    },
    {
      "name": "主题市场",
      "short_name": "换主题",
      "description": "挑选并切换主页模板",
      "url": "/user-center/theme"
    },
    {
      "name": "我的主页",
      "short_name": "我的主页",
      "description": "管理多个主页站点与访客收集",
      "url": "/user-center/sites"
    }
  ]
}
