X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;h=651826bd27ac804b7bcc3bc763e7490be74718f2;hb=9a46592dc6de6c201ecc8df284e40f779bd22274;hp=23da87fc71d51001ba78b415a7a53fcfab0744f0;hpb=a98f3ef6a42ca6883b68136d1e87246627f30a9e;p=chrome-ext%2Fweb-power-switch.git diff --git a/manifest.json b/manifest.json index 23da87f..651826b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "minimum_chrome_version": "22", "name": "Web Power Switch Manager", - "version": "1.0", + "version": "2.2", "description": "Quickly control Web Power Switches", "icons": { "128": "images/outlet-128x128.png" @@ -17,7 +17,9 @@ }, "options_page": "options.html", "permissions": [ - "storage", + "storage" + ], + "optional_permissions": [ "http://*/" ] }