From 22530ed21c03170c23fcd0b0e468ed1bea135917 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 8 Nov 2020 14:43:21 +0600 Subject: [PATCH 1/3] Add TableBooker/Booking widget --- .../webextension/images/icons/TableBooker.svg | 9 +++++++++ src/technologies.json | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/TableBooker.svg diff --git a/src/drivers/webextension/images/icons/TableBooker.svg b/src/drivers/webextension/images/icons/TableBooker.svg new file mode 100644 index 000000000..59d114a34 --- /dev/null +++ b/src/drivers/webextension/images/icons/TableBooker.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 85156bfce..21011a7b8 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13872,6 +13872,24 @@ }, "website": "https://github.com/syntaxhighlighter" }, + "TableBooker": { + "cats": [ + 5, + 61, + 72 + ], + "description": "Tablebooker is an online reservation system, custom made for restaurant.", + "icon": "TableBooker.svg", + "dom": { + "iframe[src*='tablebooker']": { + "attributes": { + "id": "tablebookerResFrame_" + } + } + }, + "scripts": "reservations\\.tablebooker\\.\\w+/", + "website": "https://www.tablebooker.com" + }, "T-Soft": { "cats": [ 6 From 30803bb1bd9e4ecb0ddf7432db365220b1cd309d Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 8 Nov 2020 14:45:56 +0600 Subject: [PATCH 2/3] Add TableBooker/Booking widget --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 21011a7b8..ad78e6bbd 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13881,7 +13881,7 @@ "description": "Tablebooker is an online reservation system, custom made for restaurant.", "icon": "TableBooker.svg", "dom": { - "iframe[src*='tablebooker']": { + "iframe": { "attributes": { "id": "tablebookerResFrame_" } From e1f50c7adcea479544933d3b958216978bac3f24 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:48:11 +1100 Subject: [PATCH 3/3] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index ad78e6bbd..d91a43cc3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13878,7 +13878,7 @@ 61, 72 ], - "description": "Tablebooker is an online reservation system, custom made for restaurant.", + "description": "Tablebooker is an online reservation system for restaurants.", "icon": "TableBooker.svg", "dom": { "iframe": {