]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - manifest.json
fix dark theme
[chrome-ext/web-power-switch.git] / manifest.json
index 68962c2eeb6f5f99fe58ab979376c64addc5c22b..305d41ba0bd0c717e4dd55aaf8693d3f29b2e9ec 100644 (file)
@@ -1,13 +1,13 @@
 {
-  "manifest_version": 2,
-  "minimum_chrome_version": "41",
+  "manifest_version": 3,
+  "minimum_chrome_version": "100",
   "name": "Web Power Switch Manager",
-  "version": "4.1",
+  "version": "5.0",
   "description": "Quickly control Web Power Switches",
   "icons": {
     "128": "images/outlet-128x128.png"
   },
-  "browser_action": {
+  "action": {
     "default_icon": {
       "19": "images/outlet-19x19.png",
       "38": "images/outlet-38x38.png"
   },
   "options_ui": {
     "page": "options.html",
-    "chrome_style": true
+    "open_in_tab": false
   },
   "permissions": [
     "storage"
   ],
-  "optional_permissions": [
+  "optional_host_permissions": [
     "http://*/"
   ]
 }