From d7f87411625905c8e20f0f980b1e250855ff75eb Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 30 Nov 2022 23:51:59 +0700 Subject: [PATCH] Update FancyBox icon --- .../webextension/images/icons/FancyBox.png | Bin 469 -> 0 bytes .../webextension/images/icons/FancyBox.svg | 14 ++++++++++++++ src/technologies/f.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 src/drivers/webextension/images/icons/FancyBox.png create mode 100644 src/drivers/webextension/images/icons/FancyBox.svg diff --git a/src/drivers/webextension/images/icons/FancyBox.png b/src/drivers/webextension/images/icons/FancyBox.png deleted file mode 100644 index 3f764999b0650a54dfb45ccebe8050c4d6594929..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 469 zcmV;`0V@89P)$qWBF1n@D&eKK2@#(Gld_S~gwJ*vJcAQC zg{12%{Q%s6PqN4Hu~@~47n1!Ug)hM)uh-?Ccs4KrriOi$-4+EOKpt$e-v + + + + + + + + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index 19700462a..91cddff9c 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -234,7 +234,7 @@ 59 ], "description": "FancyBox is a tool for displaying images, html content and multi-media in a Mac-style 'lightbox' that floats overtop of web page.", - "icon": "FancyBox.png", + "icon": "FancyBox.svg", "implies": "jQuery", "js": { "$.fancybox.version": "^(.+)$\\;version:\\1",