diff --git a/extension/manifest.json b/extension/manifest.json index e8d25a4..92e547f 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Easy Blur", - "version": "2.0.0", + "version": "2.0.1", "description": "Blur parts of a web page, before taking screenshots or screen recordings", "permissions": [ "activeTab", @@ -13,6 +13,9 @@ "default_popup": "popup.html", "default_icon": "images/icon.png" }, + "icons": { + "128": "images/icon.png" + }, "background": { "service_worker": "background.js" }