{
  "name": "趣智站 - 智能工具与娱乐平台",
  "short_name": "趣智站",
  "description": "趣智站提供实用的AI工具与趣味娱乐，包括图片压缩、音频剪辑、二维码生成、水鱼游戏等。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#10a37f",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "AI 对话",
      "short_name": "对话",
      "description": "与 AI 进行自然语言对话",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "图片压缩",
      "short_name": "压缩",
      "description": "免费在线图片压缩工具",
      "url": "/tool/image-compress",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "二维码生成",
      "short_name": "二维码",
      "description": "在线生成自定义二维码",
      "url": "/tool/qrcode",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "水鱼游戏",
      "short_name": "水鱼",
      "description": "广西传统扑克喝酒游戏",
      "url": "/tool/shuiyu",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
