From 56ce76b46110b8e811275bae7fd6a9cc41cc74b7 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 13 Mar 2022 01:23:16 -0800 Subject: [PATCH] Add Super.so detection --- .../webextension/images/icons/super.so.png | Bin 0 -> 946 bytes src/technologies/s.json | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/super.so.png diff --git a/src/drivers/webextension/images/icons/super.so.png b/src/drivers/webextension/images/icons/super.so.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5e85983c3f16713674723190fa5aba79001676 GIT binary patch literal 946 zcmV;j15NyiP)T?|%hn(q-(D?n zr(Q4$zXKuaD0M^?@#T^8>)sFk{1fq(U0alLj_U4z__MqLs{_G>^^KX6oH^)jsX45b zpZ*KVUCN>Oe7vRhVCH1n1KrKF8wGL(1we_c3@tv@ls2I2dQF5Gw>&Eg!&~8G)rf_s zW8M*vC94Xk+$91j+U$0|86dPD1%`z-c)Gi9?3g7)cVLLGY!)~WLVw#;KgPfS|CrU_eb?_A^Gkma>Y$V zlFLGCSOo$VE3&RjMw{UDyhX0q`rr5Iwj|p^ODCIT`|Sa9bQ?Y+ZE)4 zt-ar)eUP>MCOhr{?k|I)vYBZE+^g94vJrWr^evE_j$kP4(2wBjd)AP5J`lnOod?AD z9$CS0UfUnNgjDBaL+r?$<~}FTx1oC=2Kr46sK`@Lb;exE`h` zB@fwVz5xTsSAzZ*jplX0m0?+}UIvOa*SHCNEDDO;309w){ry#J?nhJgz;U4Pc9pF|Kg#Z8m07*qoM6N<$f|cm5_W%F@ literal 0 HcmV?d00001 diff --git a/src/technologies/s.json b/src/technologies/s.json index acf4b710f..c55b52b6c 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4555,6 +4555,21 @@ "scriptSrc": "plugins/super-socializer/.+?ver=([\\d.]+)\\;version:\\1", "website": "https://super-socializer-wordpress.heateor.com" }, + "Super.so": { + "cats": [ + 51 + ], + "description": "Build websites with Notion.", + "dom": "div.super-content", + "icon": "super.so.png", + "implies": "Next.js", + "oss": false, + "pricing": [ + "freemium" + ], + "saas": true, + "website": "https://super.so" + }, "Supersized": { "cats": [ 25 @@ -4978,4 +4993,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}