X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=manifest.json;fp=manifest.json;h=65a0b897e18cf699870826a3bd9e67dfd10b9a08;hb=3a003566115fa1f778c77f3e3812494ad5ba6688;hp=241098fd3b1961ce23ba6a2f945284ab90395d41;hpb=8191f7e7ff96c3ce118c29d285f89fc9835ad281;p=chrome-ext%2Fweb-power-switch.git diff --git a/manifest.json b/manifest.json index 241098f..65a0b89 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.2", + "version": "2.0", "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://*/" ] }