From: Damyan Ivanov Date: Tue, 27 Jun 2017 20:43:53 +0000 (+0000) Subject: SVG for the addon icon X-Git-Tag: 2.0~7 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=e1200d6fed0e925808f97727267d996051db9527 SVG for the addon icon scales well --- 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"