{
  "name": "JSON 格式化工具",
  "short_name": "JSON 格式化",
  "id": "jsonfmt-pwa",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "description": "可安装的 PWA JSON 格式化工具，支持系统文件打开",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "open-json",
      "accept": {
        "application/json": [".json"],
        "text/json": [".json"],
        "application/ndjson": [".ndjson"],
        "application/geo+json": [".geojson"]
      },
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}