From 5996342afc683f508d7126339af5e9d71caf94dd Mon Sep 17 00:00:00 2001 From: Florent Bourgeois Date: Sun, 7 Feb 2021 18:41:39 +0100 Subject: [PATCH 1/2] Adds TwicPics --- .../webextension/images/icons/TwicPics.svg | 1 + src/technologies.json | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/drivers/webextension/images/icons/TwicPics.svg diff --git a/src/drivers/webextension/images/icons/TwicPics.svg b/src/drivers/webextension/images/icons/TwicPics.svg new file mode 100644 index 000000000..080ca0cad --- /dev/null +++ b/src/drivers/webextension/images/icons/TwicPics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 01a1de10b..ae3396a68 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20914,6 +20914,42 @@ "implies": "Node.js", "website": "https://totaljs.com" }, + "TwicPics": { + "description": "Responsive Images as a Service", + "cats": [ + 31, + 59 + ], + "headers": { + "server": "^TwicPics/\\d+\\.\\d+\\.\\d+$" + }, + "scripts": ".+\\.twic\\.pics", + "dom": { + "[data-twic-src]": { + "attributes": { + "data-twic-src": "" + } + }, + "data-twic-background": { + "attributes": { + "data-twic-background": "" + } + }, + ".twic": { + "attributes": { + "data-src": "" + } + } + }, + "saas": true, + "pricing": [ + "freemium", + "recurring", + "payg" + ], + "icon": "TwicPics.svg", + "website": "https://www.twicpics.com" + }, "uCoz": { "cats": [ 1 From c3cb34afc3a1408b6754d4f1a4539a109ee8e220 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 10 Feb 2021 08:39:37 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index ae3396a68..8f41e360d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20915,7 +20915,7 @@ "website": "https://totaljs.com" }, "TwicPics": { - "description": "Responsive Images as a Service", + "description": "TwicPics offers on-demand responsive image generation.", "cats": [ 31, 59 @@ -21130,4 +21130,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}