From 4966e86690846ba57e3316c3b9c40c6e411af61c Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 15 Apr 2021 08:00:51 +1000 Subject: [PATCH] Add SmugMug detection --- .../webextension/images/icons/SmugMug.svg | 5 +++++ src/technologies.json | 21 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SmugMug.svg diff --git a/src/drivers/webextension/images/icons/SmugMug.svg b/src/drivers/webextension/images/icons/SmugMug.svg new file mode 100644 index 000000000..b64457615 --- /dev/null +++ b/src/drivers/webextension/images/icons/SmugMug.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index 184b87571..8d3615fae 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -22286,6 +22286,27 @@ "saas": true, "icon": "Bump.svg", "website": "https://bump.sh" + }, + "SmugMug": { + "cats": [ + 7 + ], + "description": "SmugMug is a paid image sharing, image hosting service, and online video platform on which users can upload photos and videos.", + "dom": { + ".sm-page-footer-copyright": { + "text": "SmugMug" + } + }, + "headers": { + "Smug-CDN": "" + }, + "js": { + "_smugsp": "" + }, + "pricing": ["recurring", "low"], + "saas": true, + "icon": "SmugMug.svg", + "website": "https://www.smugmug.com" } } }