This commit is contained in:
skidoodle 2023-04-11 04:59:22 +02:00
parent 034be34e53
commit 5f8da10b03

16
public/manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "albert.lol",
"short_name": "portfolio",
"start_url": "/",
"display": "standalone",
"background_color": "#121212",
"theme_color": "#000000",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"type": "image/png",
"sizes": "256x256"
}
]
}