From fc4eba578180ec6236f14acf1140b881b4e15335 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:27:35 +1000 Subject: [PATCH 1/4] Update Prismic detection, fix JSON schema --- schema.json | 12 +++++++++++- src/technologies/p.json | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 73ee96bad..f9f2f0113 100644 --- a/schema.json +++ b/schema.json @@ -238,7 +238,17 @@ "$ref": "#/definitions/non-empty-non-blank-string" }, "xhr": { - "$ref": "#/definitions/non-empty-non-blank-string" + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/non-empty-non-blank-string" + } + }, + { + "$ref": "#/definitions/non-empty-non-blank-string" + } + ] } } } diff --git a/src/technologies/p.json b/src/technologies/p.json index b43be4f0c..28ee31fff 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1338,6 +1338,7 @@ ], "description": "Prismic is a headless CMS for Jamstack.", "icon": "Prismic.svg", + "dom": "img[src*='images.prismic.io'", "pricing": [ "low", "freemium", @@ -1833,4 +1834,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +} From b939bf485f0da728c4bc69d1678a2726b83a9ce7 Mon Sep 17 00:00:00 2001 From: Rick M Date: Thu, 2 Sep 2021 22:31:35 -0400 Subject: [PATCH 2/4] Typo fix in snigel AdConsent description managment > management --- src/technologies/s.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index e984531ed..16b324100 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3453,7 +3453,7 @@ "cats": [ 67 ], - "description": "snigel AdConsent is a IAB-registered consent managment platfrom (CMP) which help keep sites speed intact while remaining compliant with GDPR and CCPA.", + "description": "snigel AdConsent is a IAB-registered consent management platfrom (CMP) which help keep sites speed intact while remaining compliant with GDPR and CCPA.", "icon": "snigel.svg", "js": { "adconsent.version": "^([\\d.]+)$\\;version:\\1", @@ -3509,4 +3509,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +} From 975297ce150b8110ec59246dbef20bfaa169af0e Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 3 Sep 2021 13:18:39 +1000 Subject: [PATCH 3/4] Fix a website URL --- src/technologies/k.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/k.json b/src/technologies/k.json index 83578cc21..218a90ef9 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -648,6 +648,6 @@ "scripts": [ "cdn\\.kustomerapp\\.com" ], - "website": "ttps://www.kustomer.com/" + "website": "https://www.kustomer.com/" } } From b85aa0a1172bb7a5bcebbe620e05d985cab33b1e Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Sep 2021 10:11:39 +0600 Subject: [PATCH 4/4] Add Swagger UI / documentation --- src/drivers/webextension/images/icons/Swagger UI.svg | 12 ++++++++++++ src/technologies/s.json | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Swagger UI.svg diff --git a/src/drivers/webextension/images/icons/Swagger UI.svg b/src/drivers/webextension/images/icons/Swagger UI.svg new file mode 100644 index 000000000..5b56dda1b --- /dev/null +++ b/src/drivers/webextension/images/icons/Swagger UI.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 16b324100..47fb6fb0a 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3176,6 +3176,16 @@ "oss": true, "website": "https://kit.svelte.dev" }, + "Swagger UI": { + "cats": [ + 4 + ], + "description": "Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate documentation from a Swagger-compliant API.", + "icon": "Swagger UI.svg", + "oss": true, + "scripts": "(?:/([\\d.]+))?/swagger-ui-bundle\\.js\\;version:\\1", + "website": "https://swagger.io/tools/swagger-ui" + }, "SweetAlert": { "cats": [ 59