{
  "id": "/long-image-slicer-task/",
  "name": "长图切片器",
  "short_name": "切片器",
  "description": "把手机长截图切成适合小红书发布的多张图片。",
  "start_url": "/long-image-slicer-task/",
  "scope": "/long-image-slicer-task/",
  "display": "standalone",
  "background_color": "#fff8ee",
  "theme_color": "#f06a4a",
  "lang": "zh-CN",
  "share_target": {
    "action": "/long-image-slicer-task/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared-image",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
