diff --git a/Makefile b/Makefile index 8093f44..0a70061 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ SET_VERSION = $(eval CURRENT_VERSION=$(VERSION)) default: $(SET_VERSION) - zip -r releases/epas-ripper-$(CURRENT_VERSION).xpi style.css content.js lib archive-viewer manifest.json + zip -r releases/epas-ripper-$(CURRENT_VERSION).xpi style.css content.js lib archive-viewer manifest.json icons diff --git a/icons/icon-128.png b/icons/icon-128.png new file mode 100644 index 0000000..72d0971 Binary files /dev/null and b/icons/icon-128.png differ diff --git a/icons/icon-32.png b/icons/icon-32.png new file mode 100644 index 0000000..368176c Binary files /dev/null and b/icons/icon-32.png differ diff --git a/icons/icon-48.png b/icons/icon-48.png new file mode 100644 index 0000000..2fff242 Binary files /dev/null and b/icons/icon-48.png differ diff --git a/icons/icon-96.png b/icons/icon-96.png new file mode 100644 index 0000000..730592a Binary files /dev/null and b/icons/icon-96.png differ diff --git a/manifest.json b/manifest.json index 3662d99..ee98ebb 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,12 @@ ] } ], + "icons": { + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "96": "icons/icon-96.png", + "128": "icons/icon-128.png" + }, "web_accessible_resources": [ { "resources": [