From a0c2c87273a073d0ce4e854b17b985079010c984 Mon Sep 17 00:00:00 2001 From: jjwwcc Date: Tue, 7 Nov 2023 14:56:10 -0800 Subject: [PATCH] Create manifest.json --- mt/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mt/manifest.json diff --git a/mt/manifest.json b/mt/manifest.json new file mode 100644 index 0000000..0c6c375 --- /dev/null +++ b/mt/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Mantis", + "shortname": "Mantis", + "icons": [ + { + "src": "icon.png", + "sizes": "60x60" + } + ], + "apple-touch-icon": "icon.png", + "starturl": "index.html", + "display": "standalone", + "background_color": "#000000" +}