From 0fcbeaeb59aaacd9148a11bf80b44128b4c418cc Mon Sep 17 00:00:00 2001 From: Robert Went Date: Fri, 6 Oct 2017 02:56:30 +0100 Subject: [PATCH 1/3] Adds Mautic Marketing automation https://www.mautic.org/ --- src/apps.json | 9 +++++++++ src/icons/mautic.svg | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/icons/mautic.svg diff --git a/src/apps.json b/src/apps.json index 9ab09dcfb..a072016fc 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10782,6 +10782,15 @@ "icon": "raychat.svg", "script": "app\\.raychat\\.io/scripts/js", "website": "https://raychat.io" + }, + "Mautic": { + "cats": [ + "32" + ], + "env": "^Mautic$", + "icon": "mautic.svg", + "script": "[^a-z]mtc.*\\.js", + "website": "https://www.mautic.org/" } }, "categories": { diff --git a/src/icons/mautic.svg b/src/icons/mautic.svg new file mode 100644 index 000000000..9ddd782af --- /dev/null +++ b/src/icons/mautic.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + From 9aa3397799fa5264389b6791a985f8c54dac0b3b Mon Sep 17 00:00:00 2001 From: Robert Went Date: Fri, 6 Oct 2017 03:09:00 +0100 Subject: [PATCH 2/3] copy/pasted from another entry. Not sure what it is for. Let me know if it's needed for anything. --- src/apps.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index a072016fc..2c5f673a7 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10787,7 +10787,6 @@ "cats": [ "32" ], - "env": "^Mautic$", "icon": "mautic.svg", "script": "[^a-z]mtc.*\\.js", "website": "https://www.mautic.org/" From 3a75c73087530d51d4eb794fc637b29a2f9e4c4e Mon Sep 17 00:00:00 2001 From: Robert Went Date: Mon, 9 Oct 2017 18:39:23 +0100 Subject: [PATCH 3/3] adds env for MauticTrackingObject --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index 2c5f673a7..44fcef1b4 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10787,6 +10787,7 @@ "cats": [ "32" ], + "env": "^MauticTrackingObject$", "icon": "mautic.svg", "script": "[^a-z]mtc.*\\.js", "website": "https://www.mautic.org/"