{
  "name": "闻见 - 课程交付平台",
  "short_name": "闻见",
  "description": "闻见知识付费平台 · 课程学习与音频播放",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fbfaf9",
  "theme_color": "#5d6b4f",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "url": "./",
      "icons": [{ "src": "./icon.svg", "sizes": "any" }]
    },
    {
      "name": "音频播放",
      "short_name": "音频",
      "url": "./#/audio",
      "icons": [{ "src": "./icon.svg", "sizes": "any" }]
    },
    {
      "name": "我的",
      "short_name": "我的",
      "url": "./#/profile",
      "icons": [{ "src": "./icon.svg", "sizes": "any" }]
    }
  ]
}
