diff options
-rw-r--r-- | manifest.json | 9 |
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" } |