{
  "name": "金火火 - 星球跟单平台",
  "short_name": "金火火",
  "description": "创建您的专属星球，邀请信号发布者加入，让跟单者共享交易信号，实现共赢",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#d4a43a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["finance", "business", "social"],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "首页"
    },
    {
      "src": "/screenshots/planet.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "星球列表"
    }
  ],
  "shortcuts": [
    {
      "name": "浏览星球",
      "short_name": "星球",
      "description": "浏览所有星球",
      "url": "/planet",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "个人中心",
      "short_name": "我的",
      "description": "进入个人中心",
      "url": "/user",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
