From fb89f185ea4f46ebbaed35940c6b44fc6964e12b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 7 Oct 2022 22:31:29 +0545 Subject: [PATCH] update to MV3 --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index ae2c6b0..305d41b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { - "manifest_version": 2, - "minimum_chrome_version": "41", + "manifest_version": 3, + "minimum_chrome_version": "100", "name": "Web Power Switch Manager", - "version": "4.2", + "version": "5.0", "description": "Quickly control Web Power Switches", "icons": { "128": "images/outlet-128x128.png" }, - "browser_action": { + "action": { "default_icon": { "19": "images/outlet-19x19.png", "38": "images/outlet-38x38.png" @@ -17,12 +17,12 @@ }, "options_ui": { "page": "options.html", - "chrome_style": true + "open_in_tab": false }, "permissions": [ "storage" ], - "optional_permissions": [ + "optional_host_permissions": [ "http://*/" ] } -- 2.39.2