From beae9509122d81e6f28d8967e29006d9cb970038 Mon Sep 17 00:00:00 2001 From: BaherWY Date: Sun, 29 Aug 2021 21:02:34 +0200 Subject: Upgrade extension to manifest version 3 --- manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 0f58369..0f51c30 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "Disable keyboard shortcuts", - "version": "1.0.0", + "version": "2.0.0", "description": "Disable arbitrary keyboard shortcuts", "icons": { "48": "icon48.png", @@ -9,8 +9,7 @@ }, "author": "Benjamin Barenblat ", "background": { - "persistent": false, - "scripts" : ["background.js"] + "service_worker" : "background.js" }, "commands": { "do-nothing0": { "description": "Do nothing" }, @@ -24,5 +23,5 @@ "do-nothing8": { "description": "Do nothing" }, "do-nothing9": { "description": "Do nothing" } }, - "minimum_chrome_version": "33" + "minimum_chrome_version": "88" } -- cgit v1.2.3