{
  "name": "Flowbeat 在线音乐",
  "short_name": "Flowbeat",
  "description": "一个支持曲库、歌单、收藏、播放队列和本地音频导入的在线音乐软件原型。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111214",
  "theme_color": "#0f8b8d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "打开曲库",
      "short_name": "曲库",
      "url": "./index.html"
    }
  ]
}
