{
  "name": "六加二工具箱",
  "short_name": "六加二",
  "description": "100%纯前端在线工具集合，JSON格式化、Crontab计算、图片压缩、PDF处理等70+工具，数据不上传，断网可用。",
  "start_url": "/tools/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a1a2e",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "tools"],
  "icons": [
    {
      "src": "/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa-screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "工具首页"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON格式化",
      "short_name": "JSON",
      "description": "快速打开JSON格式化工具",
      "url": "/tools/json-geshihua.html",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "图片压缩",
      "short_name": "压缩",
      "description": "快速打开图片压缩工具",
      "url": "/tools/tupian-yasuo.html",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PDF合并",
      "short_name": "PDF",
      "description": "快速打开PDF合并工具",
      "url": "/tools/pdf-hebing.html",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "时间戳转换",
      "short_name": "时间戳",
      "description": "快速打开时间戳转换工具",
      "url": "/tools/shijianchuo-zhuanhuan.html",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}