{
  "name": "瞳 ＆ 皮专属基地",
  "short_name": "专属基地",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#c3cfe2",
  "icons": [
  {
    "src": "icon.png",   // 👉 这里改成你们专属的图片名
    "sizes": "192x192",
    "type": "image/png"  // 👉 这里记得把 svg+xml 改成 png
  }
]
}