mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-08 02:17:30 +08:00
6e69676766
- 新增 192/512 图标与 maskable 变体(源自 icon.png,安全区 80%) - manifest.json 图标声明修正(原先仅声明一个实际不存在的 256 尺寸) - 注册最小 Service Worker(空 fetch 处理器,不做缓存拦截),仅 Web 生产环境生效 Closes #640 Ref #382
28 lines
629 B
JSON
28 lines
629 B
JSON
{
|
|
"name": "Alger Music Player",
|
|
"short_name": "AlgerMusic",
|
|
"description": "AlgerMusicPlayer 音乐播放器,支持在线播放、歌词显示、音乐下载等功能。",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/icon-512-maskable.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|