安装到桌面时支持操作按钮

This commit is contained in:
jxxghp
2024-05-17 10:41:35 +08:00
parent aecf52551b
commit ae4cce8abf

View File

@@ -2,6 +2,7 @@
"name": "MoviePilot",
"short_name": "MoviePilot",
"start_url": "./",
"display": "minimal-ui",
"icons": [
{
"src": "./android-chrome-192x192.png",
@@ -30,7 +31,6 @@
],
"theme_color": "#28243D",
"background_color": "#28243D",
"display": "standalone",
"shortcuts": [
{
"name": "推荐",
@@ -77,4 +77,4 @@
]
}
]
}
}