{
  "_comment": "★ PWA 静态字段的唯一来源（浏览器规范要求静态文件，config.js 不重复存放）；换软件时 name/short_name/description 三处同步改 ★",
  "name": "Figma安装助手",
  "short_name": "Figma安装助手",
  "description": "Figma 专业设计软件官方下载",
  "start_url": "/pwa/loading.html",
  "id": "/pwa/loading.html",
  "display": "standalone",
  "background_color": "#f0f4ff",
  "theme_color": "#ffffff",
  "scope": "/",
  "launch_handler": {
    "client_mode": "new-client"
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://figma.hen360.com/pwa/loading.html",
      "id": "https://figma.hen360.com/pwa/loading.html"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+figma",
      "url": "https://figma.hen360.com/pwa/loading.html?app=1&via=%s"
    }
  ],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
