{
  "name": "AllNotes",
  "short_name": "AllNotes",
  "description": "极简知识点管理",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": ".",
    "method": "GET",
    "params": {
      "text": "share_text",
      "title": "share_title",
      "url": "share_url"
    }
  }
}
