From a25b70d8587d5fd0e63af8c0beab52998b98026d Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 27 Jun 2021 23:57:02 +0600 Subject: [PATCH] Update request --- .../webextension/images/icons/Outbrain.png | Bin 527 -> 0 bytes .../webextension/images/icons/Outbrain.svg | 15 ++++++++++ .../webextension/images/icons/Outlook.svg | 26 +++++------------- src/technologies.json | 12 ++++++-- 4 files changed, 32 insertions(+), 21 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Outbrain.png create mode 100644 src/drivers/webextension/images/icons/Outbrain.svg diff --git a/src/drivers/webextension/images/icons/Outbrain.png b/src/drivers/webextension/images/icons/Outbrain.png deleted file mode 100644 index be8d70efe58f83825bacbd8f35f3b8d441897710..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 527 zcmV+q0`UEbP)W zUr1A77zXfH2Hpf+d0Eg+4C%(3B49uP>$W7k76KxYC?KOE5H&W)#4(#oX#_&iO^L&$ zm3q@%!I%^g>2zslb7%h?>CO&odwRZ8XVg@yUiiVgeb4jl=9@^vU{u=Z4$V=5R_F!w z(P7zbszGtk1Hv9^G`Ou?3CKQ*5&qKbZx@vP5+VGfpjF-)5;x&LwMub7!i1faX3oKk z4r8}-3P{c?I>DCrwP0($8cfgj~pu zyHNJjtTae}J@{FL39JfO2<7be5 z)B!DU42AjI$j{tBa_l5hp;O3CcKx`>djP6KKKXQ2TmM!x#C2`Pe!spOgRL#w8#mZM5@gWyf zh9-9WL&YvifS|10KaKTBFH%!Ii2L2Jzo$OgYoZtA2#rvJia#yVT{_g5{|?)8Q6|QN RKOX=9002ovPDHLkV1i-?`$Yf% diff --git a/src/drivers/webextension/images/icons/Outbrain.svg b/src/drivers/webextension/images/icons/Outbrain.svg new file mode 100644 index 000000000..ddc2e6d6d --- /dev/null +++ b/src/drivers/webextension/images/icons/Outbrain.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/Outlook.svg b/src/drivers/webextension/images/icons/Outlook.svg index 197e79925..52a2b9cc5 100644 --- a/src/drivers/webextension/images/icons/Outlook.svg +++ b/src/drivers/webextension/images/icons/Outlook.svg @@ -1,19 +1,7 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - \ No newline at end of file + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 7602f0996..d32242a4b 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14433,14 +14433,22 @@ }, "Outbrain": { "cats": [ - 5 + 5, + 36 ], + "description": "Outbrain is a web advertising platform that displays boxes of links, known as chumboxes, to pages within websites.", "icon": "Outbrain.png", "js": { "OB_releaseVer": "^(.+)$\\;version:\\1", - "OutbrainPermaLink": "" + "OutbrainPermaLink": "", + "obApi.version": "^[\\d.]+$", + "OB_ADV_ID": "" }, "scripts": "widgets\\.outbrain\\.com/outbrain\\.js", + "saas": true, + "pricing": [ + "payg" + ], "website": "https://www.outbrain.com" }, "Outlook Web App": {