{
  "id": "/api/ai/app",
  "name": "新涛 AI 工作台",
  "short_name": "新涛 AI",
  "description": "统一访问 AI 助手、经营报表、可视化大屏与协同办公。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/api/ai/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f7f7f6",
  "theme_color": "#111827",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI 对话",
      "short_name": "AI 对话",
      "url": "/api/ai/app?view=chat&source=pwa-shortcut",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "协同办公",
      "short_name": "协同办公",
      "url": "/api/ai/app?view=reporting&source=pwa-shortcut",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "经营报表",
      "short_name": "经营报表",
      "url": "/api/ai/app?view=reports&source=pwa-shortcut",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
