{
  "name": "MyTools 在线工具集合",
  "short_name": "MyTools",
  "description": "100+免费在线工具：JSON格式化、进制转换、加密、二维码、图片处理、计算器等，打开即用",
  "lang": "zh-CN",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f8fa",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "/images/icon/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON格式化",
      "url": "/format/json",
      "icons": [{ "src": "/images/icon/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "时间戳转换",
      "url": "/conversion/timestamp",
      "icons": [{ "src": "/images/icon/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "二维码生成",
      "url": "/tools/qr-code-reader",
      "icons": [{ "src": "/images/icon/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "文本对比",
      "url": "/tools/text-diff",
      "icons": [{ "src": "/images/icon/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
