{
  "id": "shotseed",
  "app_id": "shotseed",
  "table_prefix": "shotseed_",
  "name": "镜种",
  "version": "0.3.5",
  "description": "AI 影视创作工具 - 剧本、分镜、拍摄一站式管理（爱云版）",
  "icon": "CameraOutlined",
  "entry": "app/shotseed_app.py",
  "app_class": "ShotseedApp",
  "database_migration": "alembic/",
  "workers": 20,
  "workers_bg": 2,
  "slow_routes": ["api/scripts"],
  "requires": [],
  "file_patches": {
    "replacements": {"'label':": "'display_name':"}
  },
  "menus": [
    {
      "title": "镜种管理",
      "icon": "CameraOutlined",
      "path": "/app/shotseed"
    }
  ]
}
