X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=03cd502efeb80fc0eda8b4ceb2ae7bce228cb8db;hb=e09bdd59a2ee6ed310948665a41b9cdfa21990ea;hp=23da87fc71d51001ba78b415a7a53fcfab0744f0;hpb=a98f3ef6a42ca6883b68136d1e87246627f30a9e;p=chrome-ext%2Fweb-power-switch.git diff --git a/manifest.json b/manifest.json index 23da87f..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": "1.0", + "version": "3.0", "description": "Quickly control Web Power Switches", "icons": { "128": "images/outlet-128x128.png" @@ -15,9 +15,14 @@ "default_title": "Control Your Switch", "default_popup": "popup.html" }, - "options_page": "options.html", + "options_ui": { + "page": "options.html", + "chrome_style": true + }, "permissions": [ - "storage", + "storage" + ], + "optional_permissions": [ "http://*/" ] }