// manifest.json
{
  "name": "ITPAI",
  "short_name": "商派",
  "description": "沈阳商派科技",
  "start_url": "/?source=pwa",
  "display": "standalone",  // 或 "fullscreen", "minimal-ui", "browser"
  "background_color": "#2196F3",
  "theme_color": "#2196F3",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "../img/icon/database.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../img/icon/database.svg", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["weather", "productivity"],
  "shortcuts": [
    {
      "name": "查看今日天气",
      "short_name": "今日",
      "description": "查看今日详细天气",
      "url": "/today?source=pwa_shortcut"
    }
  ]
}
