{
  "name": "WebPenson 在线工具箱",
  "short_name": "WebPenson",
  "description": "免费快速、无需安装、隐私安全的在线工具集合",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["utilities", "developer tools"],
  "shortcuts": [
    {
      "name": "JSON 格式化",
      "short_name": "JSON",
      "description": "格式化和验证 JSON 数据",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Base64 编解码",
      "short_name": "Base64",
      "description": "Base64 编码和解码工具",
      "url": "/tools/base64",
      "icons": [{ "src": "/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "时间戳转换",
      "short_name": "时间戳",
      "description": "Unix 时间戳转换工具",
      "url": "/tools/unix-timestamp",
      "icons": [{ "src": "/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
