From 5f8da10b039febbd998bbc569e8930b29f367e38 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 11 Apr 2023 04:59:22 +0200 Subject: [PATCH] .test --- public/manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/manifest.json 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