{
  "name": "边框裁切 · 智能去白边黑边",
  "short_name": "边框裁切",
  "description": "拖拽框选，智能识别并去除图片白边、黑边与多余留白，一键裁出干净的画面。支持表情包提取、截图裁切，结果可保存到本地图库。",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#007aff",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "graphics"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "开始裁切",
      "short_name": "裁切",
      "description": "直接进入裁切页选择图片",
      "url": "./index.html?action=crop"
    },
    {
      "name": "查看图库",
      "short_name": "图库",
      "description": "查看已保存的裁切结果",
      "url": "./index.html?action=gallery"
    }
  ]
}
