{
  "name": "365Lab CSV工具 - Free Online CSV Toolkit",
  "short_name": "CSV工具",
  "description": "Free online CSV toolkit: parse, convert, clean, edit, analyze, merge, filter and convert encodings — all in your browser, no upload.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "lang": "zh",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "CSV解析预览", "short_name": "解析", "url": "./tools.html#parse" },
    { "name": "格式转换", "short_name": "转换", "url": "./tools.html#convert" },
    { "name": "数据统计图表", "short_name": "统计", "url": "./tools.html#stats" }
  ]
}
