X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=blobdiff_plain;f=manifest.json;h=305d41ba0bd0c717e4dd55aaf8693d3f29b2e9ec;hp=68962c2eeb6f5f99fe58ab979376c64addc5c22b;hb=HEAD;hpb=1fe4421f4fe39fba91a2ae3b3956bdee226142e1 diff --git a/manifest.json b/manifest.json index 68962c2..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.1", + "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://*/" ] }