{
  "name": "压缩小站",
  "short_name": "压缩小站",
  "description": "免费在线文件压缩工具，支持图片、JS、CSS、HTML、PHP、JSON、XML压缩。浏览器本地处理，不上传文件，隐私安全。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5C6BC0",
  "orientation": "any",
  "lang": "zh-CN",
  "categories": ["utilities", "productivity", "developer tools"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "图片压缩",
      "short_name": "图片压缩",
      "description": "在线压缩 JPG/PNG/WebP/GIF 图片",
      "url": "/compress-img",
      "icons": [{"src": "/favicon.ico", "sizes": "48x48"}]
    },
    {
      "name": "JS 压缩",
      "short_name": "JS压缩",
      "description": "在线压缩 JavaScript 代码",
      "url": "/compress-js",
      "icons": [{"src": "/favicon.ico", "sizes": "48x48"}]
    },
    {
      "name": "CSS 压缩",
      "short_name": "CSS压缩",
      "description": "在线压缩 CSS 样式文件",
      "url": "/compress-css",
      "icons": [{"src": "/favicon.ico", "sizes": "48x48"}]
    },
    {
      "name": "HTML 压缩",
      "short_name": "HTML压缩",
      "description": "在线压缩 HTML 文件",
      "url": "/compress-html",
      "icons": [{"src": "/favicon.ico", "sizes": "48x48"}]
    },
    {
      "name": "JSON 压缩",
      "short_name": "JSON压缩",
      "description": "在线压缩 JSON 数据",
      "url": "/compress-json",
      "icons": [{"src": "/favicon.ico", "sizes": "48x48"}]
    }
  ]
}
