diff --git a/icon32.png b/icon32.png new file mode 100644 index 0000000..2d2de52 Binary files /dev/null and b/icon32.png differ diff --git a/icon64.png b/icon64.png new file mode 100644 index 0000000..6147e08 Binary files /dev/null and b/icon64.png differ diff --git a/manifest.json b/manifest.json index fdb4d0b..63c67e0 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,12 @@ "version": "0.4", "author": "Kevin R., Arne S.", "description": "Remove tracking elements form urls.", + "icons": { + "32": "icon32.png", + "48": "icon48.png", + "64": "icon64.png", + "96": "icon96.png", + }, "permissions": [ "*://*/*", "webRequest",