{
  "name": "JSON Pro 在线处理工具",
  "short_name": "JSON Pro",
  "description": "处理 JSON 数据的实用工具 — 格式化、校验、Diff 对比与 Schema 生成",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#161b22",
  "lang": "zh-CN",
  "categories": ["developer", "utilities", "productivity"],
  "icons": [
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "格式化 JSON",
      "short_name": "格式化",
      "description": "打开编辑器格式化 JSON",
      "url": "/"
    },
    {
      "name": "Diff 对比",
      "short_name": "对比",
      "description": "打开 Diff 对比模式",
      "url": "/#diff"
    }
  ]
}
