diff --git a/src/drivers/webextension/images/icons/Cloudflare Workers.svg b/src/drivers/webextension/images/icons/Cloudflare Workers.svg new file mode 100644 index 000000000..1beacb0ea --- /dev/null +++ b/src/drivers/webextension/images/icons/Cloudflare Workers.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index bc33634fd..c5d53b3ac 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2059,6 +2059,23 @@ "saas": true, "website": "https://www.cloudflare.com/products/turnstile" }, + "Cloudflare Workers": { + "cats": [ + 62 + ], + "description": "Cloudflare Workers is a serverless execution environment that allows you to create entirely new applications or augment existing ones without configuring or maintaining infrastructure.", + "xhr": "\\.workers\\.dev", + "icon": "CloudFlare Workers.svg", + "implies": [ + "Cloudflare" + ], + "pricing": [ + "freemium", + "payg" + ], + "saas": true, + "website": "https://workers.cloudflare.com" + }, "Cloudflare Zaraz": { "cats": [ 92 @@ -4175,4 +4192,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +}