From 7d61facc4ec2f7c511ff78489512809bb2b291b1 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 01:10:22 +0600 Subject: [PATCH 1/3] Add Google Tag Manager for WordPress / WP plugin --- .../icons/Google Tag Manager for WordPress.png | Bin 0 -> 975 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Google Tag Manager for WordPress.png diff --git a/src/drivers/webextension/images/icons/Google Tag Manager for WordPress.png b/src/drivers/webextension/images/icons/Google Tag Manager for WordPress.png new file mode 100644 index 0000000000000000000000000000000000000000..630e0e65c4f41094c02e7d7678ac8863890af5f1 GIT binary patch literal 975 zcmV;=12FuFP)1%sk1MG(a< zu>=)CT-lOXK*UC(DWuQyzwb>Z8D~-kCd5U47?Sti-1~p;+;h&oW1KAG(1G&N!RiF~ z&j4&X`jR1SI2b<(lS%UC^e49fV9n?3hW$Ta`*R5NB4O&5=FPe9JIvk{@yLYBaO4cw zbQ_M(fr9(?35k_~QL|vf4LB;VkB{8DzVO50li^1Jyua5D=2n{XtzPg~k-Vma?=~($ zpf^;Ox-9Lg>M}^~6$8M9tZ!zNs7&Y+zGWi+wpI1D5tm7=kB~uTHuN0eT~?Rlyt;}R zF%?QaLRA$E$$+P4pr({~)p{T3o(_u-fHllm0&{aPS$E+38(6p(XV@f#v?px7t8DK> zyz&5S6n%c2>K1a~!dkes2RE5|2x{FWxRQ;TxEyM$;q@(L_)WpI0HL{^nsRw1H3hJ1 z8-UR>FrQyGKX|hYmL4Qbm@0_19t47LYN~K7#KsmNlrOHwD3zfv5CRx8AF}h^2=M4| z^q|TT`14hrY_OIiE%KQQaS`Y8Hbr6uMi4YW#9R(VFYgd^QAgY=&oT1^;M75#LYO2X zf7cjel(pwpdgT*Ksr@kPF2eaWO4dzK`~^O}fc4jjnPUDfo|p9u*6JH?MSCPuZz_Xn zS+Pw%J%$qt+zN;(w|tHFvH#m>IzjJ^o645#^es?PtZtYI@9u;U?OPT;gh3fJE899x zEEGgVUyv|3Lbi%G>uVEnB zNN+W8ya26vNt>r@Lnn-(4|!U{Y2LD5+tIjron938MizM<@W*ioX=qqY4O=s}V{8>f z132n}C81ra9k)Zv7f{=-{QWP0Y>U(w(no4dmAxjxM@2U6$)#CsF002ovPDHLkV1lD~yaE6K literal 0 HcmV?d00001 From 36e53a40433ab0852dd30c0e9dda7306505c0e33 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 01:12:44 +0600 Subject: [PATCH 2/3] g.json --- src/technologies/g.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/technologies/g.json b/src/technologies/g.json index 0118c157e..9ecbd884d 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1089,6 +1089,22 @@ "scriptSrc": "googletagmanager\\.com/gtm\\.js", "website": "http://www.google.com/tagmanager" }, + "Google Tag Manager for WordPress": { + "cats": [ + 87 + ], + "description": "Google Tag Manager for WordPress plugin places the GTM container code snippets onto your wordpress website so that you do not need to add this manually.", + "icon": "Google Tag Manager for WordPress.svg", + "implies": "Google Tag Manager", + "dom": "link[href*='/wp-content/plugins/duracelltomi-google-tag-manager/']", + "oss": true, + "pricing": [ + "freemium" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/duracelltomi-google-tag-manager/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://gtm4wp.com" + }, "Google Wallet": { "cats": [ 41 From 287bdaae02ef027885929d774e85de18a9d2e392 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 01:14:11 +0600 Subject: [PATCH 3/3] fix icon ext --- src/technologies/g.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 9ecbd884d..47f39f5b3 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1094,7 +1094,7 @@ 87 ], "description": "Google Tag Manager for WordPress plugin places the GTM container code snippets onto your wordpress website so that you do not need to add this manually.", - "icon": "Google Tag Manager for WordPress.svg", + "icon": "Google Tag Manager for WordPress.png", "implies": "Google Tag Manager", "dom": "link[href*='/wp-content/plugins/duracelltomi-google-tag-manager/']", "oss": true,