{
  "name": "JSON.uno - 专业的 JSON 工具集合",
  "short_name": "JSON.uno",
  "description": "提供 JSON 格式化、验证、转换、比较、排序、JSONPath 查询等专业工具",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["developer", "productivity", "utilities"],
  "i18n": {
    "zh-CN": {
      "name": "JSON.uno - 专业的 JSON 工具集合",
      "description": "提供 JSON 格式化、验证、转换、比较、排序、JSONPath 查询等专业工具"
    },
    "en-US": {
      "name": "JSON.uno - Professional JSON Tools Collection",
      "description": "Professional JSON tools collection providing formatting, validation, conversion, comparison, sorting, and JSONPath querying capabilities"
    }
  },
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "features": [
    "JSON 格式化",
    "JSON 验证",
    "JSON 转换",
    "JSON 比较",
    "JSON 排序",
    "JSONPath 查询"
  ]
}
