{
  "name": "RealSelfMemory · 真实赛事影像平台",
  "short_name": "RealSelfMemory",
  "description": "每一帧真实 都值得收藏 — AI 赛事影像搜索平台",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf5ff",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "photography"],
  "shortcuts": [
    {
      "name": "查找照片",
      "short_name": "查找",
      "url": "/find.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "事件相册",
      "short_name": "相册",
      "url": "/albums.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "社区",
      "short_name": "社区",
      "url": "/community.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/find.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photo",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  }
}
