From ed5fb0aa86bd87aa2f337e4aee0364529935327a Mon Sep 17 00:00:00 2001 From: mohita-taggbox Date: Thu, 18 Jun 2020 11:48:56 +0530 Subject: [PATCH] Taggbox widget rule add --- src/apps.json | 8 ++++++++ src/drivers/webextension/images/icons/Taggbox.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Taggbox.svg diff --git a/src/apps.json b/src/apps.json index 7db607242..492a42190 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11045,6 +11045,14 @@ }, "website": "https://github.com/syntaxhighlighter" }, + "Taggbox": { + "cats": [ + 5 + ], + "icon": "Taggbox.svg", + "url": "web.taggbox.com", + "website": "https://taggbox.com/" + }, "T-Soft": { "cats": [ 6 diff --git a/src/drivers/webextension/images/icons/Taggbox.svg b/src/drivers/webextension/images/icons/Taggbox.svg new file mode 100644 index 000000000..96c9ff065 --- /dev/null +++ b/src/drivers/webextension/images/icons/Taggbox.svg @@ -0,0 +1 @@ +Taggbox-T \ No newline at end of file