From 405befb1b75ec20a676898f72b5d9d75f73f816c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Jun 2022 15:24:19 +0900 Subject: [PATCH] Add Notion Detection --- src/drivers/webextension/images/icons/Notion.svg | 1 + src/technologies/n.json | 16 ++++++++++++++++ src/technologies/s.json | 7 +++++-- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Notion.svg diff --git a/src/drivers/webextension/images/icons/Notion.svg b/src/drivers/webextension/images/icons/Notion.svg new file mode 100644 index 000000000..2fd319930 --- /dev/null +++ b/src/drivers/webextension/images/icons/Notion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/n.json b/src/technologies/n.json index 7c8016779..0f2ff2ca8 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -721,6 +721,22 @@ "scriptSrc": "connect\\.nosto\\.\\w+/", "website": "https://www.nosto.com" }, + "Notion": { + "cats": [ + 51 + ], + "description": "The all-in-one workspace — for notes, tasks, wikis, and databases.", + "icon": "Notion.svg", + "dom": "html[class='notion-html']", + "pricing": [ + "freemium", + "recurring", + "low", + "poa" + ], + "saas": true, + "website": "https://notion.so" + }, "Nudgify": { "cats": [ 32 diff --git a/src/technologies/s.json b/src/technologies/s.json index 61dd81934..2ed754a54 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4952,7 +4952,10 @@ "description": "Super Builder is a new tool for creating sleek landing pages right in Notion.", "dom": "link[href*='super-static-assets.'], img[srcset*='super-static-assets.']", "icon": "Super Builder.svg", - "implies": "Next.js", + "implies": [ + "Notion", + "Next.js" + ], "oss": false, "pricing": [ "low", @@ -5495,4 +5498,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}