From 1e1ff4a39635952513c20bdb002f2586a55152a8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 13 Nov 2025 23:51:15 +0200 Subject: Add pwa --- docs/index.manifest.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/index.manifest.json (limited to 'docs/index.manifest.json') diff --git a/docs/index.manifest.json b/docs/index.manifest.json new file mode 100644 index 0000000..b31b976 --- /dev/null +++ b/docs/index.manifest.json @@ -0,0 +1 @@ +{"background_color":"#000000","display":"fullscreen","icons":[{"sizes":"144x144","src":"index.144x144.png","type":"image/png"},{"sizes":"180x180","src":"index.180x180.png","type":"image/png"},{"sizes":"512x512","src":"index.512x512.png","type":"image/png"}],"name":"MobileMetroidvania","orientation":"landscape","start_url":"./index.html"} \ No newline at end of file -- cgit v1.3