{
  "id": "/",
  "name": "同天星球",
  "short_name": "同天星球",
  "description": "同天星球，找到和你同一天来到世界的人，记录今天我还在、人生资料、愿望和生日星球。",
  "start_url": "/#/pages/home/index?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#F4FFF7",
  "theme_color": "#0F8F5F",
  "lang": "zh-CN",
  "categories": ["social", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "同天星球首页"
    },
    {
      "src": "/screenshots/hall-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "广播大厅"
    }
  ],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "description": "打开同天星球首页",
      "url": "/#/pages/home/index?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "广播大厅",
      "short_name": "广播",
      "description": "查看公开广播大厅",
      "url": "/#/pages/lewo/hall/index?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "人生资料库",
      "short_name": "资料库",
      "description": "打开我的人生资料库",
      "url": "/#/pages/lewo/asset/index?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "我的",
      "short_name": "我的",
      "description": "打开我的同天星球",
      "url": "/#/pages/mine/index?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
