Add favicon

This commit is contained in:
Sakura Knoll
2022-01-10 18:50:27 +09:00 Unverified
parent e31d695800
commit fb3937b657
11 changed files with 494 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://www.abyss-lab.app",
"display": "standalone"
}