Files
cc-web/public/site.webmanifest
2026-06-24 17:34:27 +08:00

21 lines
362 B
JSON

{
"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"
}
]
}