diff --git a/manifest.json b/manifest.json index ee678c7..3012e29 100644 --- a/manifest.json +++ b/manifest.json @@ -2,15 +2,15 @@ "manifest_version": 2, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.0.3", + "version": "1.0.4", "icons": { "128": "res/ext_icon_144.png" }, - "browser_action": { - "default_icon": { - "128": "res/ext_icon_144.png" - }, - "default_popup": "pub/index.html" + "page_action": { + "default_icon": { + "128": "res/ext_icon_144.png" + }, + "default_popup": "pub/index.html" }, "permissions": [ "activeTab",