diff --git a/src/apps.json b/src/apps.json index aec4fdb5c..650dac604 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6292,6 +6292,17 @@ "script": "mint/\\?js", "website": "https://haveamint.com" }, + "Mithril": { + "cats": [ + 12 + ], + "icon": "Mithril.svg", + "js": { + "m": "" + }, + "script": "mithril/\\?js", + "website": "https://mithril.js.org" + }, "Mixpanel": { "cats": [ 10 diff --git a/src/icons/Mithril.svg b/src/icons/Mithril.svg new file mode 100644 index 000000000..04cb102f1 --- /dev/null +++ b/src/icons/Mithril.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file