From bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 9 Mar 2021 22:43:12 +0100 Subject: Update to SvelteKit --- static/manifest.webmanifest | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/manifest.webmanifest (limited to 'static') diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..68a60f7 --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,7 @@ +{ + "name": "Forum", + "start_url": "/", + "background_color": "#ffffff", + "display": "standalone", + "theme_color": "#ffffff" +} -- cgit