{
  "name": "Opentu - AI应用平台",
  "short_name": "Opentu",
  "description": "Opentu（开图）是一个以画布工作区为核心的 AI 应用平台，集成模型、素材、知识与工作流，支持插件扩展、自动保存与多格式导出。",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "scope": "./",
  "categories": ["productivity", "utilities", "graphics"],
  "icons": [
    {
      "src": "./icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "新建工作区",
      "short_name": "新建",
      "description": "创建一个新的 Opentu 工作区",
      "url": "./",
      "icons": [
        {
          "src": "./icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/json": [".drawnix"]
      }
    }
  ]
}
