{
  "name": "智能笔记备忘录",
  "short_name": "智能笔记",
  "description": "收藏文字、链接、抖音/视频号；每日 AI 总结",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f3efe6",
  "theme_color": "#0f6b5c",
  "lang": "zh-CN",
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "./index.html#/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "./logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
