From b8fa42b99b94628fcf8e6a5a221f732731634df6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 7 Nov 2020 03:40:54 +0600 Subject: [PATCH 1/4] Add SevenRooms/Booking widget --- .../webextension/images/icons/SevenRooms.svg | 9 ++++++++ src/technologies.json | 21 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SevenRooms.svg diff --git a/src/drivers/webextension/images/icons/SevenRooms.svg b/src/drivers/webextension/images/icons/SevenRooms.svg new file mode 100644 index 000000000..9ea51af17 --- /dev/null +++ b/src/drivers/webextension/images/icons/SevenRooms.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index f20ebeef2..e1524d6be 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -12362,6 +12362,27 @@ }, "website": "http://s9y.org" }, + "SevenRooms": { + "cats": [ + 5, + 61, + 72 + ], + "description": "SevenRooms is an fully-integrated reservation, seating and restaurant management system.", + "icon": "SevenRooms.svg", + "js": { + "SevenroomsWidget": "" + }, + "dom": { + "iframe[src*='sevenrooms']": { + "attributes": { + "src": "\\.sevenrooms\\.\\w+/" + } + } + }, + "scripts": "sevenrooms\\.\\w+/widget/embed\\.js", + "website": "https://sevenrooms.com" + }, "Shapecss": { "cats": [ 66 From f5abf7f8cd51bdb42bf17f418538a3317e7403f5 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Sun, 8 Nov 2020 00:31:40 +0000 Subject: [PATCH 2/4] feat(LogRocket): add LogRocket (#3370) --- .../webextension/images/icons/LogRocket.png | Bin 0 -> 782 bytes src/technologies.json | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 src/drivers/webextension/images/icons/LogRocket.png diff --git a/src/drivers/webextension/images/icons/LogRocket.png b/src/drivers/webextension/images/icons/LogRocket.png new file mode 100644 index 0000000000000000000000000000000000000000..59dda41569e27a8ff874dc772b5856338368e6be GIT binary patch literal 782 zcmV+p1M&QcP)6p_`Cypt>U#CQS5;kAo!Gzb3|V3^a02)V>;fKS zV89@#};i#9(E{ML0H@EzCyT#aZe zlt3}C(j$MV{|aE6t`oo>V507uJnO7(jEF;EQJSh&1LOgZfz@)W<-!u+El>b#_pB=f z7RDhkEseZX8(AN?E~CqVyL#_iQas_pTOrdWp)d0Tj8`A%1ez6sDLQ=^M#dpfn8BD~ zATT3>UVvdfp&Nn)s`ndX7>1 z4ZH#>%>&1KdGk~pNvdA=6^fH8Dt(35M&Mi@5@<}Sd9-Fww5IbThT(6XZs|iqQe$;} z24mLG2Lt?O;;D8;<{W2<$kxqy0IN+V?#Yf-?@B!%1^FqxK6>4N(<)u%Kog#hM{FA%Q zs4Gn(&+$XCv|1lrxa$mY{5DiTrjq7rCR2s$+Vobu=#(;(ZeoM?+;IMY}j zz}z-jH&zd90-BpL4_FJ|t?OWxh*US?guo1@8nyoZS#jPJqL&`P9|y6H0j^uf!~g&Q M07*qoM6N<$g64i*=>Px# literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index f20ebeef2..b827b672e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8105,6 +8105,15 @@ "icon": "Logitech Media Server.png", "website": "http://www.mysqueezebox.com" }, + "LogRocket": { + "cats": [ + 10 + ], + "description": "LogRocket records videos of user sessions with logs and network data.", + "scripts": ["cdn\\.logrocket\\.(com|io)", "cdn\\.lr-ingest\\.io"], + "icon": "LogRocket.png", + "website": "https://logrocket.com/" + }, "Loja Integrada": { "cats": [ 6 From 812a016ec48e18f5a46bd1bbce90ad7c6cdbac11 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sun, 8 Nov 2020 11:42:28 +1100 Subject: [PATCH 3/4] Fix merge --- src/drivers/npm/package.json | 2 +- src/drivers/webextension/manifest.json | 2 +- src/package.json | 2 +- src/technologies.json | 324 ++++++++++++------------- 4 files changed, 165 insertions(+), 165 deletions(-) diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index b230c2e5b..ed3f4c1e2 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.3.12", + "version": "6.3.13", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/drivers/webextension/manifest.json b/src/drivers/webextension/manifest.json index 0711502e4..5287e67d6 100644 --- a/src/drivers/webextension/manifest.json +++ b/src/drivers/webextension/manifest.json @@ -4,7 +4,7 @@ "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", - "version": "6.3.12", + "version": "6.3.13", "default_locale": "en", "manifest_version": 2, "icons": { diff --git a/src/package.json b/src/package.json index 254b202e6..2cee528e7 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.3.12", + "version": "6.3.13", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/technologies.json b/src/technologies.json index d8b4724cd..4af457e3e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -434,6 +434,23 @@ "scripts": "xiti\\.com/hit\\.xiti", "website": "http://atinternet.com/en" }, + "AWIN": { + "cats": [ + 71, + 61 + ], + "cookies": { + "BAGawin": "", + "_aw_xid": "" + }, + "description": "AWIN is a global affiliate marketing network.", + "icon": "AWIN.svg", + "js": { + "AWIN.Tracking": "" + }, + "scripts": "dwin1\\.com", + "website": "https://www.awin.com" + }, "AWS Certificate Manager": { "cats": [ 70 @@ -516,17 +533,6 @@ ], "website": "https://adocean-global.com" }, - "Moat": { - "cats": [ - 10 - ], - "icon": "Moat.svg", - "scripts": [ - "moatads\\.com" - ], - "description": "Moat is a digital ad analytics tool.", - "website": "https://moat.com/" - }, "AdRiver": { "cats": [ 36 @@ -4504,48 +4510,6 @@ "scripts": "elqCfg\\.js", "website": "http://eloqua.com" }, - "Klaviyo": { - "cats": [ - 32, - 61 - ], - "description": "Klaviyo is an email marketing platform for online businesses.", - "icon": "Klaviyo.svg", - "js": { - "klaviyo": "", - "KlaviyoSubscribe": "" - }, - "scripts": "klaviyo\\.com", - "website": "https://www.klaviyo.com/" - }, - "Recart": { - "cats": [ - 32, - 61 - ], - "description": "Recart is a tool to engage users who abandoned their shopping cart via Facebook Messenger.", - "icon": "Recart.svg", - "js": { - "recart": "", - "__recart": "" - }, - "scripts": "api\\.recart\\.com", - "website": "https://recart.com/" - }, - "ManyChat": { - "cats": [ - 32, - 52, - 61 - ], - "description": "ManyChat is a service that allows you to create chatbots for Facebook Messenger.", - "icon": "ManyChat.svg", - "js": { - "mcwidget": "" - }, - "scripts": "widget\\.manychat\\.com", - "website": "https://manychat.com/" - }, "Emarsys": { "cats": [ 32, @@ -5825,18 +5789,6 @@ "scripts": "google-analytics\\.com/(?:ga|urchin|analytics)\\.js", "website": "http://google.com/analytics" }, - "Snowplow": { - "cats": [ - 10 - ], - "description": "Snowplow is an open-source data collection platform.", - "icon": "Snowplow.svg", - "js": { - "GlobalSnowplowNamespace": "", - "Snowplow": "" - }, - "website": "https://snowplowanalytics.com/" - }, "Google Analytics Enhanced eCommerce": { "cats": [ 10, @@ -6182,7 +6134,6 @@ 72 ], "description": "Guestonline is a restaurant table booking widget.", - "icon": "Guestonline.svg", "dom": { "iframe[src*='guestonline']": { "attributes": { @@ -6190,6 +6141,7 @@ } } }, + "icon": "Guestonline.svg", "scripts": "ib\\.guestonline\\.\\w+", "website": "https://www.guestonline.io" }, @@ -6688,6 +6640,20 @@ "scripts": "^immutable\\.(?:min\\.)?js$", "website": "https://facebook.github.io/immutable-js/" }, + "Impact": { + "cats": [ + 71, + 61 + ], + "description": "Impact helps businesses contract and pay partners.", + "icon": "Impact.svg", + "js": { + "ImpactRadiusEvent": "", + "irEvent": "" + }, + "scripts": "d\\.impactradius-event\\.com", + "website": "https://impact.com/" + }, "Imperva": { "cats": [ 16 @@ -7478,6 +7444,20 @@ }, "website": "https://www.klarna.com/international/" }, + "Klaviyo": { + "cats": [ + 32, + 61 + ], + "description": "Klaviyo is an email marketing platform for online businesses.", + "icon": "Klaviyo.svg", + "js": { + "KlaviyoSubscribe": "", + "klaviyo": "" + }, + "scripts": "klaviyo\\.com", + "website": "https://www.klaviyo.com/" + }, "Knockout.js": { "cats": [ 12 @@ -8269,6 +8249,20 @@ "implies": "PHP", "website": "http://www.mantisbt.org" }, + "ManyChat": { + "cats": [ + 32, + 52, + 61 + ], + "description": "ManyChat is a service that allows you to create chatbots for Facebook Messenger.", + "icon": "ManyChat.svg", + "js": { + "mcwidget": "" + }, + "scripts": "widget\\.manychat\\.com", + "website": "https://manychat.com/" + }, "ManyContacts": { "cats": [ 5 @@ -8887,6 +8881,17 @@ }, "website": "http://www.mkdocs.org/" }, + "Moat": { + "cats": [ + 10 + ], + "description": "Moat is a digital ad analytics tool.", + "icon": "Moat.svg", + "scripts": [ + "moatads\\.com" + ], + "website": "https://moat.com/" + }, "MobX": { "cats": [ 59 @@ -11179,6 +11184,23 @@ "scripts": "^rainloop/v/([0-9.]+)/\\;version:\\1", "website": "https://www.rainloop.net/" }, + "Rakuten": { + "cats": [ + 71, + 61 + ], + "cookies": { + "rakuten-source": "" + }, + "description": "Rakuten (formerly Ebates) allows you to earn cash-back rewards.", + "icon": "Rakuten.svg", + "js": { + "rakutenRanMID": "", + "rakutenSource": "" + }, + "scripts": "tag\\.rmp\\.rakuten\\.com", + "website": "https://www.rakuten.com/" + }, "Rakuten Digital Commerce": { "cats": [ 6 @@ -11329,6 +11351,20 @@ "icon": "RebelMouse.svg", "website": "https://www.rebelmouse.com/" }, + "Recart": { + "cats": [ + 32, + 61 + ], + "description": "Recart is a tool to engage users who abandoned their shopping cart via Facebook Messenger.", + "icon": "Recart.svg", + "js": { + "__recart": "", + "recart": "" + }, + "scripts": "api\\.recart\\.com", + "website": "https://recart.com/" + }, "Recite Me": { "cats": [ 68, @@ -11508,84 +11544,6 @@ "scripts": "/revslider/[/\\w-]+/js", "website": "https://revolution.themepunch.com/" }, - "Impact": { - "cats": [ - 71, - 61 - ], - "description": "Impact helps businesses contract and pay partners.", - "icon": "Impact.svg", - "js": { - "ImpactRadiusEvent": "", - "irEvent": "" - }, - "scripts": "d\\.impactradius-event\\.com", - "website": "https://impact.com/" - }, - "Tradedoubler": { - "cats": [ - 71, - 61 - ], - "description": "Tradedoubler is a global affiliate marketing network.", - "icon": "Tradedoubler.svg", - "dom": { - "a[href*='clk.tradedoubler.com/click']": { - "text": "" - }, - "img[src*='impes.tradedoubler.com/imp']": { - "text": "" - } - }, - "website": "https://www.tradedoubler.com/" - }, - "Webgains": { - "cats": [ - 71, - 61 - ], - "description": "Webgains is an affiliate marketing network.", - "icon": "Webgains.svg", - "script": "analytics\\.webgains\\.io", - "js": { - "ITCLKQ": "" - }, - "website": "https://www.webgains.com/" - }, - "Rakuten": { - "cats": [ - 71, - 61 - ], - "description": "Rakuten (formerly Ebates) allows you to earn cash-back rewards.", - "icon": "Rakuten.svg", - "script": "tag\\.rmp\\.rakuten\\.com", - "js": { - "rakutenSource": "", - "rakutenRanMID": "" - }, - "cookies": { - "rakuten-source": "" - }, - "website": "https://www.rakuten.com/" - }, - "AWIN": { - "cats": [ - 71, - 61 - ], - "description": "AWIN is a global affiliate marketing network.", - "icon": "AWIN.svg", - "js": { - "AWIN.Tracking": "" - }, - "cookies": { - "_aw_xid": "", - "BAGawin": "" - }, - "scripts": "dwin1\\.com", - "website": "https://www.awin.com" - }, "Rewardful": { "cats": [ 71, @@ -12906,6 +12864,18 @@ "scripts": "snoobi\\.com/snoop\\.php", "website": "http://www.snoobi.com" }, + "Snowplow": { + "cats": [ + 10 + ], + "description": "Snowplow is an open-source data collection platform.", + "icon": "Snowplow.svg", + "js": { + "GlobalSnowplowNamespace": "", + "Snowplow": "" + }, + "website": "https://snowplowanalytics.com/" + }, "SobiPro": { "cats": [ 19 @@ -13144,6 +13114,20 @@ "icon": "Sqreen.png", "website": "https://sqreen.io" }, + "Square": { + "cats": [ + 41, + 61 + ], + "description": "Square is a mobile payment company that offers business software, payment hardware products and small business services.", + "icon": "Square.svg", + "js": { + "SqPaymentForm": "", + "Square.Analytics": "" + }, + "scripts": "js\\.squareup\\.com", + "website": "https://squareup.com/" + }, "Squarespace": { "cats": [ 1, @@ -14034,6 +14018,23 @@ "scripts": "tracker\\.js", "website": "http://trackjs.com" }, + "Tradedoubler": { + "cats": [ + 71, + 61 + ], + "description": "Tradedoubler is a global affiliate marketing network.", + "dom": { + "a[href*='clk.tradedoubler.com/click']": { + "text": "" + }, + "img[src*='impes.tradedoubler.com/imp']": { + "text": "" + } + }, + "icon": "Tradedoubler.svg", + "website": "https://www.tradedoubler.com/" + }, "Transifex": { "cats": [ 12 @@ -14132,10 +14133,10 @@ ], "description": "Twitter is a 'microblogging' system that allows you to send and receive short posts called tweets.", "icon": "Twitter.svg", - "scripts": "//platform\\.twitter\\.com/widgets\\.js", "js": { "twttr": "" }, + "scripts": "//platform\\.twitter\\.com/widgets\\.js", "website": "http://twitter.com" }, "Twitter Emoji (Twemoji)": { @@ -14949,6 +14950,19 @@ }, "website": "https://webflow.com" }, + "Webgains": { + "cats": [ + 71, + 61 + ], + "description": "Webgains is an affiliate marketing network.", + "icon": "Webgains.svg", + "js": { + "ITCLKQ": "" + }, + "scripts": "analytics\\.webgains\\.io", + "website": "https://www.webgains.com/" + }, "Webix": { "cats": [ 12 @@ -16115,20 +16129,6 @@ }, "website": "http://esyndicat.com" }, - "Square": { - "cats": [ - 41, - 61 - ], - "description": "Square is a mobile payment company that offers business software, payment hardware products and small business services.", - "icon": "Square.svg", - "scripts": "js\\.squareup\\.com", - "js": { - "Square.Analytics": "", - "SqPaymentForm": "" - }, - "website": "https://squareup.com/" - }, "eWAY Payments": { "cats": [ 41 @@ -17128,7 +17128,7 @@ ], "description": "Styled components is a CSS-in-JS styling framework that uses tagged template literals in JavaScript.", "dom": { - "style[data-styled], style[data-styled-components], [sc-component-id]": { + "[sc-component-id]": { "text": "" }, "style[data-styled-version]": { @@ -17136,7 +17136,7 @@ "data-styled-version": "(^.+$)\\;version:\\1" } }, - "[sc-component-id]": { + "style[data-styled], style[data-styled-components], [sc-component-id]": { "text": "" } }, @@ -17379,4 +17379,4 @@ "website": "https://www.xt-commerce.com" } } -} +} \ No newline at end of file From 399d1d4b8974941ecfe5eff94bc9510e25053e15 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sun, 8 Nov 2020 11:43:19 +1100 Subject: [PATCH 4/4] Add LogRocket icon --- .../webextension/images/icons/LogRocket.png | Bin 782 -> 0 bytes .../webextension/images/icons/LogRocket.svg | 5 +++++ src/technologies.json | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/LogRocket.png create mode 100644 src/drivers/webextension/images/icons/LogRocket.svg diff --git a/src/drivers/webextension/images/icons/LogRocket.png b/src/drivers/webextension/images/icons/LogRocket.png deleted file mode 100644 index 59dda41569e27a8ff874dc772b5856338368e6be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 782 zcmV+p1M&QcP)6p_`Cypt>U#CQS5;kAo!Gzb3|V3^a02)V>;fKS zV89@#};i#9(E{ML0H@EzCyT#aZe zlt3}C(j$MV{|aE6t`oo>V507uJnO7(jEF;EQJSh&1LOgZfz@)W<-!u+El>b#_pB=f z7RDhkEseZX8(AN?E~CqVyL#_iQas_pTOrdWp)d0Tj8`A%1ez6sDLQ=^M#dpfn8BD~ zATT3>UVvdfp&Nn)s`ndX7>1 z4ZH#>%>&1KdGk~pNvdA=6^fH8Dt(35M&Mi@5@<}Sd9-Fww5IbThT(6XZs|iqQe$;} z24mLG2Lt?O;;D8;<{W2<$kxqy0IN+V?#Yf-?@B!%1^FqxK6>4N(<)u%Kog#hM{FA%Q zs4Gn(&+$XCv|1lrxa$mY{5DiTrjq7rCR2s$+Vobu=#(;(ZeoM?+;IMY}j zz}z-jH&zd90-BpL4_FJ|t?OWxh*US?guo1@8nyoZS#jPJqL&`P9|y6H0j^uf!~g&Q M07*qoM6N<$g64i*=>Px# diff --git a/src/drivers/webextension/images/icons/LogRocket.svg b/src/drivers/webextension/images/icons/LogRocket.svg new file mode 100644 index 000000000..5c03da482 --- /dev/null +++ b/src/drivers/webextension/images/icons/LogRocket.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4f6b238..8c9b83f47 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5134,7 +5134,7 @@ "icon": "Formitable.svg", "scripts": [ "formitable\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", - "cdn\\.formitable\\.com" + "cdn\\.formitable\\.com" ], "website": "https://formitable.com" }, @@ -6463,7 +6463,7 @@ "cats": [ 5, 61, - 72 + 72 ], "description": "Hostmeapp is an restaurant software. Includes reservation, waitlist, guestbook and marketing tools.", "icon": "Hostmeapp.svg", @@ -8091,7 +8091,7 @@ ], "description": "LogRocket records videos of user sessions with logs and network data.", "scripts": ["cdn\\.logrocket\\.(com|io)", "cdn\\.lr-ingest\\.io"], - "icon": "LogRocket.png", + "icon": "LogRocket.svg", "website": "https://logrocket.com/" }, "Loja Integrada": { @@ -17414,4 +17414,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}