{
  "name": "PlotLake - AI信息聚合",
  "short_name": "PlotLake",
  "description": "AI智能信息聚合平台 - 支持离线阅读与智能推送",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e1d21",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "productivity"],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "查看文章",
      "short_name": "文章",
      "description": "查看最新文章",
      "url": "/articles",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }]
    },
    {
      "name": "离线阅读",
      "short_name": "离线",
      "description": "查看缓存的离线文章",
      "url": "/offline-articles",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }]
    },
    {
      "name": "阅读统计",
      "short_name": "统计",
      "description": "查看阅读统计数据",
      "url": "/stats",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "features": [
    "offline-reading",
    "background-sync",
    "push-notifications",
    "ai-filtering"
  ]
}
