From e74dbf45fb5d5acc032f9944533745f37018df6a Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:01:35 -0500 Subject: [PATCH] Update manifest.json --- platform/firefox/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 3747d32..8b6e9c8 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.1.2", + "version": "1.1.3", "icons": { "128": "res/ext_icon_144.png" }, @@ -12,9 +12,11 @@ }, "default_popup": "pub/index.html" }, + "options_page": "pub/settings-page.html", "permissions": [ "storage", - "tabs" + "tabs", + "alarms" ], "background": { "scripts": ["js/background.js"]