{
  "name": "智慧宫 HOW",
  "short_name": "智慧宫",
  "description": "开源教育教案共享平台，提供小学到初中各学科优质教案资源",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#007AFF",
  "theme_color": "#007AFF",
  "orientation": "portrait-primary",
  "lang": "zh-CN",
  "scope": "/",
  "icons": [
    {
      "src": "/images/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "教案搜索",
      "short_name": "搜索",
      "description": "搜索教案资源",
      "url": "/#search",
      "icons": [
        {
          "src": "/images/logo.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "协同编辑",
      "short_name": "协作",
      "description": "实时协作编辑文档",
      "url": "/#collab",
      "icons": [
        {
          "src": "/images/logo.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["education", "books"],
  "prefer_related_applications": false
}