{
  "name": "方信定工具箱",
  "short_name": "方信定工具",
  "description": "免费在线工具集合，包含密码生成器、汉字转拼音、繁体字转换、在线计算器、大小写转换、字数统计、日期换算、BMI计算、房贷计算器、个税计算器、退休年龄计算器、二维码生成解析、单位换算、预产期计算器、星座属相计算器、亲戚关系计算器等实用工具",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1c7ff8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/static/icon/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "utilities",
    "productivity",
    "tools"
  ],
  "shortcuts": [
    {
      "name": "密码生成器",
      "short_name": "密码生成",
      "description": "生成高强度随机密码",
      "url": "/pwd/",
      "icons": [
        {
          "src": "/static/icon/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "汉字转拼音",
      "short_name": "转拼音",
      "description": "在线汉字转拼音工具",
      "url": "/pinyin/",
      "icons": [
        {
          "src": "/static/icon/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "在线计算器",
      "short_name": "计算器",
      "description": "便捷的在线计算器",
      "url": "/calc/",
      "icons": [
        {
          "src": "/static/icon/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "个税计算器",
      "short_name": "个税计算",
      "description": "在线个人所得税计算器",
      "url": "/tax/",
      "icons": [
        {
          "src": "/static/icon/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}