{
  "name": "红信鸽 Think 框架",
  "short_name": "Think框架",
  "description": "红信鸽科技出品 - Think 系列五大企业级开源开发框架：ThinkBoot、ThinkBootCloud、ThinkPython、ThinkAi、ThinkAi4j。覆盖 Java、Python、微服务、AI大模型全栈场景。MIT协议，永久免费商用，开箱即用。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "productivity", "education"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "ThinkBoot (Java Spring Boot)",
      "short_name": "ThinkBoot",
      "description": "轻量级 Spring Boot 3 快速开发框架",
      "url": "/frameworks/thinkboot.html",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "ThinkPython (Python FastAPI)",
      "short_name": "ThinkPython",
      "description": "基于 FastAPI 的企业级 Python Web 框架",
      "url": "/frameworks/thinkpython.html",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "ThinkAi (Python AI框架)",
      "short_name": "ThinkAi",
      "description": "企业级 AI 大模型集成框架，支持12种模型",
      "url": "/frameworks/thinkai.html",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "ThinkAi4j (Java AI框架)",
      "short_name": "ThinkAi4j",
      "description": "Spring Boot 3 AI 大模型开发框架",
      "url": "/frameworks/thinkai4j.html",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}