From 660a8f85b780aa178130018552c8b4fc11499faa Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 17 Nov 2021 22:37:44 +0600 Subject: [PATCH 1/2] Add CreateJs / CDN --- src/drivers/webextension/images/icons/CreateJS.svg | 3 +++ src/technologies/c.json | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/drivers/webextension/images/icons/CreateJS.svg diff --git a/src/drivers/webextension/images/icons/CreateJS.svg b/src/drivers/webextension/images/icons/CreateJS.svg new file mode 100644 index 000000000..4930dcfe7 --- /dev/null +++ b/src/drivers/webextension/images/icons/CreateJS.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index b6b3fad91..e623627dc 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2338,6 +2338,15 @@ "scriptSrc": "script\\.crazyegg\\.com/pages/scripts/\\d+/\\d+\\.js", "website": "http://crazyegg.com" }, + "CreateJS": { + "cats": [ + 31 + ], + "description": "CreateJS is a suite of modular libraries and tools which work together or independently to enable interactive content on open web technologies via HTML5.", + "icon": "CreateJS.svg", + "scriptSrc": "code\\.createjs\\.com/", + "website": "https://code.createjs.com" + }, "Creativ.eMail": { "cats": [ 87, From 52ac9828c95d06abe6099faccd924c987eabd989 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 19 Nov 2021 11:25:56 +1100 Subject: [PATCH 2/2] Update c.json --- src/technologies/c.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index e623627dc..999569621 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2345,6 +2345,7 @@ "description": "CreateJS is a suite of modular libraries and tools which work together or independently to enable interactive content on open web technologies via HTML5.", "icon": "CreateJS.svg", "scriptSrc": "code\\.createjs\\.com/", + "saas": true, "website": "https://code.createjs.com" }, "Creativ.eMail": {