From 1aa92d74d8143c54593e914e13fcc07b2777d601 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 17 Nov 2021 05:12:23 +0600 Subject: [PATCH] Add SoundCloud / widget --- .../webextension/images/icons/SoundCloud.svg | 14 ++++++++++++++ src/technologies/s.json | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SoundCloud.svg diff --git a/src/drivers/webextension/images/icons/SoundCloud.svg b/src/drivers/webextension/images/icons/SoundCloud.svg new file mode 100644 index 000000000..535c82a9a --- /dev/null +++ b/src/drivers/webextension/images/icons/SoundCloud.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 2675cf812..afc4df064 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2993,6 +2993,24 @@ "saas": true, "website": "https://sotoon.ir" }, + "SoundCloud": { + "cats": [ + 5 + ], + "description": "SoundCloud widget gives you the ability to upload, manage and share tracks.", + "icon": "SoundCloud.svg", + "dom:": "iframe[src*='.soundcloud.com/'], img[src*='.sndcdn.com/']", + "js": { + "SC.Widget.Events.PLAY": "" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://developers.soundcloud.com/docs/api/html5-widget" + }, "SoundManager": { "cats": [ 59