We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b52cd commit 8e3e4e6Copy full SHA for 8e3e4e6
2 files changed
resources/manifest.json
@@ -1,5 +1,11 @@
1
{
2
- "name": "Alger Music PWA",
+ "name": "Alger Music Player",
3
+ "short_name": "AlgerMusic",
4
+ "description": "AlgerMusicPlayer 音乐播放器,支持在线播放、歌词显示、音乐下载等功能。",
5
+ "start_url": "/",
6
+ "display": "standalone",
7
+ "background_color": "#ffffff",
8
+ "theme_color": "#000000",
9
"icons": [
10
11
"src": "./icon.png",
src/renderer/index.html
@@ -25,6 +25,7 @@
25
26
<meta name="apple-mobile-web-app-capable" content="yes" />
27
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
28
+ <link rel="manifest" href="/manifest.json" />
29
30
<!-- 资源预加载 -->
31
<link rel="preload" href="./assets/icon/iconfont.css" as="style" />
0 commit comments