From: Mike Frysinger Date: Fri, 7 Oct 2022 16:46:29 +0000 (+0545) Subject: update to MV3 X-Git-Tag: v5.0~1 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=commitdiff_plain;h=fb89f185ea4f46ebbaed35940c6b44fc6964e12b update to MV3 --- 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://*/" ] }