{
  "name": "Preview Tool",
  "short_name": "Preview",
  "description": "多媒体预览工具 — Lottie / Image / Video / Audio / File",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "application/json",
            "application/zip",
            "application/x-zip-compressed",
            ".json", ".zip", ".lottie",
            ".mp3", ".wav", ".flac", ".aac", ".m4a", ".ogg",
            ".mp4", ".webm", ".mov", ".mkv",
            ".png", ".jpg", ".jpeg", ".webp", ".gif", ".svg", ".heic", ".heif", ".avif",
            ".pdf", ".epub", ".txt", ".md", ".csv", ".xml", ".html", ".css", ".js", ".ts",
            ".db", ".sqlite", ".sqlite3"
          ]
        }
      ]
    }
  }
}
