From 7664c04fdddbc1adc3531e8ec13b6e8aba133b69 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Dec 2021 21:16:27 +0600 Subject: [PATCH] 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"