{
  "name": "AI 智能天气分析",
  "short_name": "AI天气",
  "description": "AI 智能天气分析，实时天气、生活建议、地图与预警",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "48x48 96x96 128x128 192x192 512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "天气地图",
      "short_name": "地图",
      "description": "打开天气地图",
      "url": "/?tab=map",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "AI 天气助手",
      "short_name": "AI助手",
      "description": "打开 AI 天气助手",
      "url": "/?tab=chat",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "96x96" }]
    }
  ],
  "widgets": [
    {
      "name": "AI 天气卡片",
      "short_name": "天气卡片",
      "description": "在桌面展示当前城市天气",
      "tag": "weather-card",
      "ms_ac_supports:widget_template": "weather-card",
      "template": "weather-card",
      "ms_ac_supports:extensions": "com.microsoft.edge.weatherwidget",
      "screenshot_urls": [],
      "icons": [{ "src": "/icons/icon.svg", "sizes": "96x96" }],
      "authoredUrl": "/widget.html",
      "update": 3600000
    }
  ]
}
