From 7cd128f19b3527f34a20f29189789b040b393bda Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Dec 2021 21:07:39 +0600 Subject: [PATCH 1/3] Add LottieFiles / Miscellaneous --- .../webextension/images/icons/LottieFiles.svg | 9 +++++++++ src/technologies/l.json | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/LottieFiles.svg diff --git a/src/drivers/webextension/images/icons/LottieFiles.svg b/src/drivers/webextension/images/icons/LottieFiles.svg new file mode 100644 index 000000000..d6c4f4c65 --- /dev/null +++ b/src/drivers/webextension/images/icons/LottieFiles.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index 6bc0dd3c6..618965940 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1099,6 +1099,20 @@ "saas": true, "website": "https://www.loqate.com" }, + "LottieFiles": { + "cats": [ + 19 + ], + "description": "LottieFiles is an open source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.", + "icon": "LottieFiles.svg", + "dom": "lottie-player[src*='.lottiefiles.com/'], div[data-animation-type='lottie'], div[data-testid='lottie-player']", + "scriptSrc": "lottie-player\\.js", + "oss": true, + "pricing": [ + "freemium" + ], + "website": "https://lottiefiles.com" + }, "Lotus Domino": { "cats": [ 22 From 7664c04fdddbc1adc3531e8ec13b6e8aba133b69 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Dec 2021 21:16:27 +0600 Subject: [PATCH 2/3] add telegram stickers --- src/technologies/l.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index 618965940..ed16912a1 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1103,10 +1103,13 @@ "cats": [ 19 ], - "description": "LottieFiles is an open source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.", + "description": "LottieFiles is an open-source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.", "icon": "LottieFiles.svg", - "dom": "lottie-player[src*='.lottiefiles.com/'], div[data-animation-type='lottie'], div[data-testid='lottie-player']", - "scriptSrc": "lottie-player\\.js", + "dom": "lottie-player, div[data-animation-type='lottie'], div[data-testid='lottie-player']", + "scriptSrc": [ + "/dist/lottie-player\\.js", + "/dist/tgs-player\\.js" + ], "oss": true, "pricing": [ "freemium" From c345db38639e61a4b9ffb6c4c1b3cec099eac079 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 4 Dec 2021 07:29:37 +1100 Subject: [PATCH 3/3] Update l.json --- src/technologies/l.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index ed16912a1..206073465 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1105,7 +1105,7 @@ ], "description": "LottieFiles is an open-source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.", "icon": "LottieFiles.svg", - "dom": "lottie-player, div[data-animation-type='lottie'], div[data-testid='lottie-player']", + "dom": "clipPath[id*='__lottie_element_']", "scriptSrc": [ "/dist/lottie-player\\.js", "/dist/tgs-player\\.js" @@ -1253,4 +1253,4 @@ "icon": "lighttpd.png", "website": "http://www.lighttpd.net" } -} \ No newline at end of file +}