{
  "name": "AI 生图工作台",
  "short_name": "AI生图",
  "description": "支持多模型、多分辨率、模版系统的 AI 图片生成应用",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#08080c",
  "theme_color": "#08080c",
  "lang": "zh-CN",
  "scope": "./",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "photo"],
  "shortcuts": [
    {
      "name": "快速生成",
      "short_name": "生成",
      "description": "打开应用开始生成图片",
      "url": "./index.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
