diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..5742260 --- /dev/null +++ b/public/manifest.json @@ -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" + } + ] + } \ No newline at end of file