]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - manifest.json
options: switch to new chrome options page
[chrome-ext/web-power-switch.git] / manifest.json
index 7161ad0dbf8c515c62aad6e04f3d57ce3b40c6ae..03cd502efeb80fc0eda8b4ceb2ae7bce228cb8db 100644 (file)
@@ -1,8 +1,8 @@
 {
   "manifest_version": 2,
-  "minimum_chrome_version": "22",
+  "minimum_chrome_version": "41",
   "name": "Web Power Switch Manager",
-  "version": "2.3",
+  "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"
   ],