{
  "name": "麻雀 AI 抠图",
  "short_name": "麻雀",
  "description": "纯前端图片背景移除工具，支持透明导出、底色合成和 PNG / WebP 下载。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f7ae0",
  "orientation": "any",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "multimedia",
    "utilities"
  ],
  "screenshots": [],
  "prefer_related_applications": false
}