From 394b200d854f28011c952e6a06c5fd81ff10cca3 Mon Sep 17 00:00:00 2001 From: Syed Faheel Ahmad Date: Fri, 20 Nov 2020 21:38:01 +0530 Subject: [PATCH 1/8] Update the SVG icon for Go Using the official SVG logo from https://blog.golang.org/go-brand/Go-Logo/SVG/Go-Logo_Aqua.svg and optimized using svgo --- src/drivers/webextension/images/icons/Go.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/webextension/images/icons/Go.svg b/src/drivers/webextension/images/icons/Go.svg index 8b0b1af64..56c36c41c 100644 --- a/src/drivers/webextension/images/icons/Go.svg +++ b/src/drivers/webextension/images/icons/Go.svg @@ -1 +1 @@ - \ No newline at end of file + From 33309692e554fdb590b75faa46df47b0621f6663 Mon Sep 17 00:00:00 2001 From: AndreasKubasa <55059012+AndreasKubasa@users.noreply.github.com> Date: Sat, 21 Nov 2020 02:24:05 +0100 Subject: [PATCH 2/8] Fixed merge conflict in ApostropheCMS.svg --- .../images/icons/ApostropheCMS.svg | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/src/drivers/webextension/images/icons/ApostropheCMS.svg b/src/drivers/webextension/images/icons/ApostropheCMS.svg index 2b67074f8..775946684 100644 --- a/src/drivers/webextension/images/icons/ApostropheCMS.svg +++ b/src/drivers/webextension/images/icons/ApostropheCMS.svg @@ -1,38 +1,3 @@ -<<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -======= @@ -58,4 +23,3 @@ ->>>>>>> dffac961239cb3ed09863b0431d3b758236ee62a From c559b7246dc81a7d316211b90f80f2ee85293289 Mon Sep 17 00:00:00 2001 From: Akihito KIRISAKI Date: Mon, 23 Nov 2020 16:34:35 +0900 Subject: [PATCH 3/8] Add WebAssembly --- src/technologies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 72df5113a..d542d8e63 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18270,6 +18270,18 @@ }, "website": "http://vibecommerce.com.br" }, + "WebAssembly": { + "cats": [ + 27 + ], + "description": "WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.", + "icon": "WebAssembly.svg", + "oss": true, + "headers": { + "Content-Type": "application/wasm" + }, + "website": "https://webassembly.org/" + }, "webEdition": { "cats": [ 1 From 0053784893e0476d3094eff6a61d3e17a11d19ad Mon Sep 17 00:00:00 2001 From: Akihito KIRISAKI Date: Mon, 23 Nov 2020 17:34:52 +0900 Subject: [PATCH 4/8] Add WebAssembly icon --- .../webextension/images/icons/WebAssembly.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/WebAssembly.svg diff --git a/src/drivers/webextension/images/icons/WebAssembly.svg b/src/drivers/webextension/images/icons/WebAssembly.svg new file mode 100644 index 000000000..5eba1e63a --- /dev/null +++ b/src/drivers/webextension/images/icons/WebAssembly.svg @@ -0,0 +1,18 @@ + + + + + web-assembly-icon + + + + + + + + + From 4c97a580f05d280e9055b0ff84def1596c7d2f52 Mon Sep 17 00:00:00 2001 From: Emmanuel Straschnov Date: Mon, 23 Nov 2020 10:28:54 -0500 Subject: [PATCH 5/8] Updating Bubble's URL --- src/technologies.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 72df5113a..95cb7625a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2434,9 +2434,10 @@ }, "Bubble": { "cats": [ - 1, + 51, 18 ], + "description": "Bubble is a no-code platform that lets anyone build web apps without writing any code.", "headers": { "x-bubble-capacity-limit": "", "x-bubble-capacity-used": "", @@ -2450,7 +2451,7 @@ "bubble_hostname_modifier": "", "bubble_version": "" }, - "website": "http://bubble.is" + "website": "http://bubble.io" }, "BugSnag": { "cats": [ From 30b8e4964cedef6fa2b87bd9114d57e191ec55d0 Mon Sep 17 00:00:00 2001 From: Samuel Papke Date: Mon, 23 Nov 2020 17:32:05 +0100 Subject: [PATCH 6/8] Adding Cloudflare Insight --- src/technologies.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 72df5113a..ef3fa0cdf 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3203,6 +3203,15 @@ }, "website": "http://www.cloudflare.com" }, + "Cloudflare Insight": { + "cats": [ + 10 + ], + "description": "Cloudflare Insight is a Trafficanalytics script", + "icon": "CloudFlare.svg", + "scripts": "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js", + "website": "http://www.cloudflare.com" + }, "Cloudinary": { "cats": [ 31 From 078ba2f63300b495054e373ecc5d6033d28e7c74 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:35:06 +1100 Subject: [PATCH 7/8] Update technologies.json --- src/technologies.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index ef3fa0cdf..b6f40a326 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3203,12 +3203,15 @@ }, "website": "http://www.cloudflare.com" }, - "Cloudflare Insight": { + "Cloudflare Browser Insights": { "cats": [ 10 ], - "description": "Cloudflare Insight is a Trafficanalytics script", + "description": "Cloudflare Browser Insights is a tool tool that measures the performance of websites from the perspective of users.", "icon": "CloudFlare.svg", + "js": { + "__cfBeaconCustomTag": "", + }, "scripts": "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js", "website": "http://www.cloudflare.com" }, From b425564af042b0a508dbd9485f2c0eae703f49e3 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:38:11 +1100 Subject: [PATCH 8/8] Update technologies.json --- src/technologies.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 95cb7625a..e92afc1c6 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2451,6 +2451,8 @@ "bubble_hostname_modifier": "", "bubble_version": "" }, + "saas": true, + "pricing": ["low", "freemium", "subscription"], "website": "http://bubble.io" }, "BugSnag": {