{
  "name": "ops-toolbox",
  "version": "v1.6.0",
  "build": "2026-06-12",
  "origin": "https://toolbox.ihexi.com",
  "tools": [
    {
      "path": "/ip",
      "name": "IP 查询",
      "description": "查看访问者 IP、地理位置、ASN、TLS 等",
      "url": "https://toolbox.ihexi.com/ip"
    },
    {
      "path": "/headers",
      "name": "请求头",
      "description": "显示所有 HTTP 请求头",
      "url": "https://toolbox.ihexi.com/headers"
    },
    {
      "path": "/shorten",
      "name": "短链生成",
      "description": "生成长链接的短地址,带访问统计",
      "url": "https://toolbox.ihexi.com/shorten"
    },
    {
      "path": "/stats",
      "name": "访问统计",
      "description": "查看所有短链接的点击数据",
      "url": "https://toolbox.ihexi.com/stats"
    },
    {
      "path": "/curl",
      "name": "HTTP 请求",
      "description": "对任意公网 URL 发起 GET 请求并查看响应",
      "url": "https://toolbox.ihexi.com/curl"
    },
    {
      "path": "/base64",
      "name": "Base64",
      "description": "文本与 Base64 互转,支持中文",
      "url": "https://toolbox.ihexi.com/base64"
    },
    {
      "path": "/ts",
      "name": "时间戳",
      "description": "Unix 时间戳与多时区互转",
      "url": "https://toolbox.ihexi.com/ts"
    },
    {
      "path": "/uuid",
      "name": "UUID",
      "description": "批量生成 RFC 4122 v4 UUID",
      "url": "https://toolbox.ihexi.com/uuid"
    },
    {
      "path": "/jwt",
      "name": "JWT 解码",
      "description": "解码 JWT 头与载荷(不验证签名)",
      "url": "https://toolbox.ihexi.com/jwt"
    },
    {
      "path": "/pass",
      "name": "密码生成",
      "description": "生成指定长度和字符集的随机密码",
      "url": "https://toolbox.ihexi.com/pass"
    },
    {
      "path": "/qr",
      "name": "QR 码",
      "description": "生成可下载的二维码(URL / 文本 / WiFi)",
      "url": "https://toolbox.ihexi.com/qr"
    },
    {
      "path": "/wh",
      "name": "Webhook",
      "description": "创建唯一 URL,接收并记录任何 HTTP 请求",
      "url": "https://toolbox.ihexi.com/wh"
    },
    {
      "path": "/api",
      "name": "API 列表",
      "description": "JSON 格式返回所有工具和 API 端点",
      "url": "https://toolbox.ihexi.com/api"
    },
    {
      "path": "/regex",
      "name": "正则测试",
      "description": "输入正则和文本,实时高亮匹配和捕获组",
      "url": "https://toolbox.ihexi.com/regex"
    },
    {
      "path": "/cron",
      "name": "Cron 解析",
      "description": "输入 cron 表达式,显示接下来 5 次执行时间",
      "url": "https://toolbox.ihexi.com/cron"
    }
  ]
}