Added favicons

This commit is contained in:
2020-08-16 17:28:45 +02:00
parent c9e0d4c242
commit ce45a1be55
12 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "GLaDOS",
"short_name": "GLaDOS",
"icons": [
{
"src": "/assets/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}