This commit is contained in:
sijinhui
2024-05-09 11:23:47 +08:00
parent 40aadf291f
commit b449d87252
6 changed files with 29 additions and 16 deletions

View File

@@ -3,12 +3,12 @@
"short_name": "NextChat",
"icons": [
{
"src": "https://cos.xiaosi.cc/next/public/android-chrome-192x192.png",
"src": "https://oss.xiaosi.cc/chat/public/android-chrome-192x192.png!webp",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://cos.xiaosi.cc/next/public/android-chrome-512x512.png",
"src": "https://oss.xiaosi.cc/chat/public/android-chrome-512x512.png!webp",
"sizes": "512x512",
"type": "image/png"
}
@@ -17,4 +17,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}