From c8053a9908dcdd9b2bd3bcd5bcbb2bceccdf126a Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:41:56 +1100 Subject: [PATCH] Update groups --- src/categories.json | 8 ++++---- src/groups.json | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/categories.json b/src/categories.json index 717f42caa..c5b23730f 100644 --- a/src/categories.json +++ b/src/categories.json @@ -251,7 +251,7 @@ }, "53": { "name": "CRM", - "groups": [ 2 ], + "groups": [ 2, 16 ], "priority": 5 }, "54": { @@ -261,7 +261,7 @@ }, "55": { "name": "Accounting", - "groups": [ 1 ], + "groups": [ 16 ], "priority": 1 }, "56": { @@ -346,12 +346,12 @@ }, "73": { "name": "Surveys", - "groups": [ 2 ], + "groups": [ 8 ], "priority": 9 }, "74": { "name": "A/B Testing", - "groups": [ 9 ], + "groups": [ 8 ], "priority": 9 }, "75": { diff --git a/src/groups.json b/src/groups.json index 85ba01a8d..c3005b6b2 100644 --- a/src/groups.json +++ b/src/groups.json @@ -21,10 +21,10 @@ "name": "Servers" }, "8": { - "name": "Tracking" + "name": "Analytics" }, "9": { - "name": "Development" + "name": "Web development" }, "10": { "name": "Media" @@ -35,10 +35,13 @@ "13": { "name": "Privacy" }, - "13": { + "14": { "name": "Booking" }, - "14": { + "15": { "name": "Add-ons" + }, + "16": { + "name": "Business tools" } }