{
  "name": "GitDemo — AI演示卡",
  "short_name": "GitDemo",
  "description": "GitHub Trending × AI演示卡，5秒看懂任何开源项目",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f0f2f8",
  "theme_color": "#2563eb",
  "lang": "zh-CN",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GitDemo 桌面端"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GitDemo 移动端"
    }
  ],
  "categories": ["productivity", "developer tools"],
  "shortcuts": [
    {
      "name": "今日热门",
      "url": "/?tab=trending",
      "description": "查看今日 Stars 增速最快的项目"
    },
    {
      "name": "全球最热",
      "url": "/?tab=top",
      "description": "查看 Stars 超 5 万的经典项目"
    }
  ]
}
