Initial upload of logos

This commit is contained in:
2022-08-26 08:58:42 +02:00
commit 62ea0b6c2a
22 changed files with 463 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "mastermindzh.tech",
"short_name": "mastermindzh.tech",
"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",
"display": "standalone"
}