X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=blobdiff_plain;f=manifest.json;fp=manifest.json;h=03cd502efeb80fc0eda8b4ceb2ae7bce228cb8db;hp=7161ad0dbf8c515c62aad6e04f3d57ce3b40c6ae;hb=d5664f4c0e48e6666259b4d36921fcddc71dda39;hpb=265f39ca490cfd56c7b1b4ae8c3cd36a5e1e41f7 diff --git a/manifest.json b/manifest.json index 7161ad0..03cd502 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, - "minimum_chrome_version": "22", + "minimum_chrome_version": "41", "name": "Web Power Switch Manager", - "version": "2.3", + "version": "3.0", "description": "Quickly control Web Power Switches", "icons": { "128": "images/outlet-128x128.png" @@ -15,7 +15,10 @@ "default_title": "Control Your Switch", "default_popup": "popup.html" }, - "options_page": "options.html", + "options_ui": { + "page": "options.html", + "chrome_style": true + }, "permissions": [ "storage" ],