{
  "name": "WeEdit - 微信公众号 Markdown 编辑器",
  "short_name": "WeEdit",
  "description": "专为微信公众号打造的 Markdown 编辑器，支持代码高亮、数学公式、实时预览",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "lang": "zh-CN",
  "categories": ["productivity", "utilities", "social"],
  "icons": [
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "WeEdit 编辑器界面"
    }
  ],
  "shortcuts": [
    {
      "name": "开始写作",
      "short_name": "编辑器",
      "description": "打开编辑器开始写作",
      "url": "/editor",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "文章模板",
      "short_name": "模板",
      "description": "浏览文章模板",
      "url": "/templates",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
