From af73a7d2620898b7b450120a9f2b6db666fb1490 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:56:19 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",