From e1200d6fed0e925808f97727267d996051db9527 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 27 Jun 2017 20:43:53 +0000 Subject: [PATCH] SVG for the addon icon scales well --- Makefile | 2 +- icons/icedeb-addon.svg | 190 +++++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 3 files changed, 192 insertions(+), 2 deletions(-) create mode 100644 icons/icedeb-addon.svg diff --git a/Makefile b/Makefile index da40095..8025014 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PKG := icedeb ALL_FILES := README TODO manifest.json icedeb.js icedeb.css icedeb.html icedeb-content.js \ - $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.png + $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.svg all: $(PKG).xpi $(PKG).xpi: $(ALL_FILES) diff --git a/icons/icedeb-addon.svg b/icons/icedeb-addon.svg new file mode 100644 index 0000000..0dfc306 --- /dev/null +++ b/icons/icedeb-addon.svg @@ -0,0 +1,190 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/manifest.json b/manifest.json index fe4072e..cdf68dc 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "description": "Query Debian-related pages using the text in the clipboard", "homepage_url": "http://icedeb.ktnx.net/", "icons": { - "48": "icons/icedeb-addon.png" + "48": "icons/icedeb-addon.svg" }, "permissions": [ "activeTab", "storage", "clipboardRead" -- 2.39.2