backbone setup

This commit is contained in:
2023-04-05 23:59:48 +02:00
parent 902c497b09
commit 96aa74fbd2
10 changed files with 72 additions and 1 deletions

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"short_name": "Mike Czyż",
"name": "Michał Czyż's Website",
"icons": [
{
"src": "assets/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "assets/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}