{
  "name": "捷时GPT",
  "short_name": "捷时GPT",
  "description": "内部 AI Agent 与多模型 GPT 工作空间，支持专家模式对话、文档上下文、AI 工作台和聊天记录",
  "start_url": "/dashboard?source=pwa",
  "id": "/dashboard",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "AI 聊天",
      "short_name": "聊天",
      "description": "开始专家模式 GPT 对话",
      "url": "/dashboard/chat?source=shortcut",
      "icons": [
        {
          "src": "/icons/gem_image_apple.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "AI 工作台",
      "short_name": "工作台",
      "description": "打开 IFQ WorkDock 与 Agent 工作台",
      "url": "/dashboard/workdock?source=shortcut",
      "icons": [
        {
          "src": "/icons/gem_image_apple.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "聊天历史",
      "short_name": "历史",
      "description": "查看聊天记录",
      "url": "/dashboard/history?source=shortcut",
      "icons": [
        {
          "src": "/icons/gem_image_apple.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/dashboard/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+gem",
      "url": "/dashboard?action=%s"
    }
  ],
  "icons": [
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/gem_image_apple.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "捷时GPT 主界面"
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "lifestyle"
  ],
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
