]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - manifest.json
options: improve field handling
[chrome-ext/web-power-switch.git] / manifest.json
index 23da87fc71d51001ba78b415a7a53fcfab0744f0..03cd502efeb80fc0eda8b4ceb2ae7bce228cb8db 100644 (file)
@@ -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"
     "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://*/"
   ]
 }