diff --git a/chrome/manifest.json b/chrome/manifest.json index be46838..cb1ad22 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", - "version": "0.4.0", + "version": "0.5.0", "manifest_version": 3, "minimum_chrome_version": "116", "description": "__MSG_appDescription__", diff --git a/firefox/manifest.json b/firefox/manifest.json index 36cc1bc..3680ad4 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", - "version": "0.4.0", + "version": "0.5.0", "manifest_version": 3, "minimum_chrome_version": "116", "description": "__MSG_appDescription__", @@ -12,7 +12,9 @@ }, "default_locale": "en", "background": { - "scripts": ["scripts/service-worker.js"] + "scripts": [ + "scripts/service-worker.js" + ] }, "action": { "default_icon": { @@ -39,12 +41,25 @@ "description": "Select and edit element" } }, - "permissions": ["activeTab", "scripting", "storage", "tabs"], - "host_permissions": ["http://*/*", "https://*/*"], + "permissions": [ + "activeTab", + "scripting", + "storage", + "tabs" + ], + "host_permissions": [ + "http://*/*", + "https://*/*" + ], "web_accessible_resources": [ { - "resources": ["scripts/injected.js"], - "matches": ["http://*/*", "https://*/*"] + "resources": [ + "scripts/injected.js" + ], + "matches": [ + "http://*/*", + "https://*/*" + ] } ], "options_ui": {