{
  "name": "冷火凉烟·工具箱",
  "short_name": "工具箱",
  "description": "100个免费在线工具 - 轻量、极简、高效",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#2196F3",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "tools"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "首页 - 工具分类"
    },
    {
      "src": "/screenshots/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "工具页面"
    }
  ],
  "shortcuts": [
    {
      "name": "字符计数器",
      "short_name": "字符计数",
      "description": "统计文本字符数",
      "url": "/tools/text/char-counter/",
      "icons": [
        {
          "src": "/icons/tools/char-counter.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "JSON格式化",
      "short_name": "JSON",
      "description": "格式化JSON数据",
      "url": "/tools/encoding/json-formatter/",
      "icons": [
        {
          "src": "/icons/tools/json.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "zh-CN"
}