Add ccweb app icons

This commit is contained in:
shiyue
2026-06-24 17:34:27 +08:00
parent 5511a9d7e6
commit 785cf79025
10 changed files with 38 additions and 15 deletions

20
public/site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "CC-Web",
"short_name": "CC-Web",
"start_url": ".",
"display": "standalone",
"background_color": "#020c16",
"theme_color": "#020c16",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}