]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - manifest.json
convert to using dynamic runtime chrome.permissions API
[chrome-ext/web-power-switch.git] / manifest.json
index 241098fd3b1961ce23ba6a2f945284ab90395d41..65a0b897e18cf699870826a3bd9e67dfd10b9a08 100644 (file)
@@ -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://*/"
   ]
 }