diff --git a/src/drivers/webextension/images/icons/Tally.svg b/src/drivers/webextension/images/icons/Tally.svg new file mode 100644 index 000000000..f3eb5b81c --- /dev/null +++ b/src/drivers/webextension/images/icons/Tally.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 21d06673d..639771422 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -528,6 +528,28 @@ "saas": true, "website": "https://tallentor.com" }, + "Tally": { + "cats": [ + 73 + ], + "description": "Tally is the simplest way to create free forms & surveys. Create any type of form in seconds, without knowing how to code, and for free.", + "dom": [ + "iframe[data-tally-src^='https://tally.so/embed/'", + "a[href*='//tally.so/r/']" + ], + "icon": "Tally.svg", + "js": { + "Tally": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "saas": true, + "scriptSrc": "//tally\\.so/", + "website": "https://tally.so/" + }, "Tamago": { "cats": [ 5 @@ -3271,4 +3293,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}