{
  "id": "/",
  "name": "WebYoung Tools · 免费在线工具箱",
  "short_name": "工具箱",
  "description": "免费在线工具箱：JSON格式化、Base64编解码、MD5哈希、二维码生成、图片压缩、PDF合并、单位换算等实用工具，无需注册，打开即用，支持离线使用。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#863bff",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON 格式化",
      "short_name": "JSON",
      "url": "/json-formatter"
    },
    {
      "name": "Base64 编解码",
      "short_name": "Base64",
      "url": "/base64"
    },
    {
      "name": "二维码生成",
      "short_name": "二维码",
      "url": "/qr-code"
    },
    {
      "name": "图片压缩",
      "short_name": "压缩",
      "url": "/image-compress"
    }
  ]
}
