{
  "name": "格物页",
  "short_name": "格物页",
  "description": "文章精读、申论素材、题库练习和个人学习 Agent。",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "prefer_related_applications": false,
  "categories": ["education", "productivity"],
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/images/logo/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/logo/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "格物页移动端入口"
    },
    {
      "src": "/images/logo/logo-master.png",
      "sizes": "3840x3840",
      "type": "image/png",
      "form_factor": "wide",
      "label": "格物页桌面端入口"
    }
  ],
  "shortcuts": [
    {
      "name": "文章广场",
      "short_name": "广场",
      "url": "/square?source=pwa_shortcut",
      "icons": [{ "src": "/images/logo/logo-icon-md.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "题库练习",
      "short_name": "练习",
      "url": "/exam?source=pwa_shortcut",
      "icons": [{ "src": "/images/logo/logo-icon-md.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "学习 Agent",
      "short_name": "Agent",
      "url": "/learning-agent?source=pwa_shortcut",
      "icons": [{ "src": "/images/logo/logo-icon-md.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
