From 32bb8fb35f844855c006c4e6a9b7036c68c36934 Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:30:54 -0600 Subject: [PATCH 1/2] General clean up --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 470eb47..d7236d2 100755 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "content_scripts": [ { "js": ["js/spatial-navigation.js"], - "matches": ["\u003Call_urls>"], + "matches": [""], "run_at": "document_end" } ], @@ -14,12 +14,10 @@ "32": "img/icon.png" }, "description": "Smart spatial navigation with key map to links. Bind WASDE and Q keys.", - "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx6DSv4W8kxjs8MIUus8LpnlmyrvwElLfsqUjGBzTpSe0iNNxTrrYR/PtgUHyJOlNxUadmhbg19wePB+b3ly0NE0HwTjJ/kFMVNEkl6wk1jJ7CedIHjAzbFO5oHgcSt8j4hrxh4KopFgAydwSqBT8ssPHFOBfuAl1+3o4fGA06z0wwbi/KUSSFuZFrM3tdv8qkpeSwnFvSaV5aZnF0Y+mEuiYhGBGfFWIpFwZDwTeLxmKJtlt2RD5YghqodfwG4dAIMknEC63OkzA7yMB3ZdEwysm9kAtCwfQdBRP1YuRE7H+lZR4cAspnddFKOnEj+FIifDD8rkw8vqzN8FroUcHRQIDAQAB", "manifest_version": 2, "name": "Spatial Navigation", "permissions": ["\u003Call_urls>", "storage"], "short_name": "spatial-navigation", - "update_url": "https://clients2.google.com/service/update2/crx", "version": "0.4.7", "options_page": "options.html" } From 6351df2e49202fc8aac6b724fb354d4e4830a408 Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:31:32 -0600 Subject: [PATCH 2/2] Manifest changes for MV3 --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d7236d2..9e3608d 100755 --- a/manifest.json +++ b/manifest.json @@ -7,17 +7,17 @@ } ], "background": { - "scripts": ["js/background.js"], - "persistent": false + "service_worker": "js/background.js" }, "icons": { "32": "img/icon.png" }, "description": "Smart spatial navigation with key map to links. Bind WASDE and Q keys.", - "manifest_version": 2, + "manifest_version": 3, "name": "Spatial Navigation", - "permissions": ["\u003Call_urls>", "storage"], + "permissions": ["storage"], + "host_permissions": [""], "short_name": "spatial-navigation", - "version": "0.4.7", + "version": "0.4.8", "options_page": "options.html" }