This commit is contained in:
Andras Schmelczer 2022-01-24 19:58:44 +00:00
parent d6fb4f3c1d
commit 8191b1cf06
187 changed files with 64 additions and 0 deletions

11
site.webmanifest Normal file
View file

@ -0,0 +1,11 @@
{
"name": "Portfolio - Andras Schmelczer",
"short_name": "Portfolio",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#B7455E",
"background_color": "#242638",
"display": "standalone"
}