aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2021-12-22 17:03:52 -0500
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2021-12-22 17:03:52 -0500
commit623835b8c895b7b7ebe826940d40967976e0cdb7 (patch)
tree71a3940f84c37b60d116e99280165ced4aa81414
parent80310bbb5f0952dc839b94d7bf9b84b323538a51 (diff)
parentbeae9509122d81e6f28d8967e29006d9cb970038 (diff)
-rw-r--r--manifest.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index 3b353f6..f47ad9b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
- "manifest_version": 2,
+ "manifest_version": 3,
"name": "Disable keyboard shortcuts",
- "version": "1.1.0",
+ "version": "2.0.0",
"description": "Disable arbitrary keyboard shortcuts",
"icons": {
"48": "icon48.png",
@@ -9,8 +9,7 @@
},
"author": "Benjamin Barenblat <bbaren@google.com>",
"background": {
- "persistent": false,
- "scripts" : ["background.js"]
+ "service_worker" : "background.js"
},
"commands": {
"do-nothing0": { "description": "Do nothing" },
@@ -44,5 +43,5 @@
"do-nothings": { "description": "Do nothing" },
"do-nothingt": { "description": "Do nothing" }
},
- "minimum_chrome_version": "33"
+ "minimum_chrome_version": "88"
}