From dba84a2e64c139bd4aec13cdabfd6c6712c386c0 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 13 Aug 2023 02:42:52 +0600 Subject: [PATCH] Add LearnDash / LMS, wp-plugin --- .../webextension/images/icons/LearnDash.svg | 6 +++++ src/technologies/l.json | 22 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/drivers/webextension/images/icons/LearnDash.svg diff --git a/src/drivers/webextension/images/icons/LearnDash.svg b/src/drivers/webextension/images/icons/LearnDash.svg new file mode 100644 index 000000000..5e9e82364 --- /dev/null +++ b/src/drivers/webextension/images/icons/LearnDash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index bc2017259..f671c690e 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -450,6 +450,28 @@ "scriptSrc": "npm/leanplum-sdk\\@([\\d.]+)\\;version:\\1", "website": "https://www.leanplum.com" }, + "LearnDash": { + "cats": [ + 21, + 87 + ], + "description": "LearnDash is a WordPress plugin that enables the creation and management of online courses, quizzes, and educational content within a website.", + "icon": "LearnDash.svg", + "dom": { + "link[href*='/wp-content/plugins/sfwd-lms/']": { + "attributes": { + "href": "/wp-content/plugins/sfwd-lms/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + } + } + }, + "requires": "WordPress", + "pricing": [ + "low", + "onetime", + "recurring" + ], + "website": "https://www.learndash.com" + }, "LearnWorlds": { "cats": [ 21