diff --git a/icons/.suggestions/notGoodIcon.svg b/icons/.suggestions/notGoodIcon.svg new file mode 100644 index 0000000..18aa3f1 --- /dev/null +++ b/icons/.suggestions/notGoodIcon.svg @@ -0,0 +1,52 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/.suggestions/notGoodPrinted.svg b/icons/.suggestions/notGoodPrinted.svg new file mode 100644 index 0000000..2f1efbb --- /dev/null +++ b/icons/.suggestions/notGoodPrinted.svg @@ -0,0 +1,58 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/icons/icon.svg b/icons/icon.svg new file mode 100644 index 0000000..18aa3f1 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1,52 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/pageAction-printed.svg b/icons/pageAction-printed.svg new file mode 100644 index 0000000..2f1efbb --- /dev/null +++ b/icons/pageAction-printed.svg @@ -0,0 +1,58 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/manifest.json b/manifest.json index 9c77e95..8361542 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,10 @@ "name": "CanvasBlocker", "description": "__MSG_addon_description__", "version": "0.4.0-Development", + "icons": { + "48": "icons/icon.svg", + "96": "icons/icon.svg" + }, "background": { "scripts": [ "lib/defaultSettings.js", @@ -43,8 +47,8 @@ "page_action": { "browser_style": true, "default_icon": { - "19": "pageAction/printed19.png", - "38": "pageAction/printed38.png" + "19": "icons/pageAction-printed.svg", + "38": "icons/pageAction-printed.svg" }, "default_popup": "pageAction/pageAction.html" },