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" +}