X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=03cd502efeb80fc0eda8b4ceb2ae7bce228cb8db;hb=e09bdd59a2ee6ed310948665a41b9cdfa21990ea;hp=65a0b897e18cf699870826a3bd9e67dfd10b9a08;hpb=3a003566115fa1f778c77f3e3812494ad5ba6688;p=chrome-ext%2Fweb-power-switch.git diff --git a/manifest.json b/manifest.json index 65a0b89..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.0", + "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" ],