From 1f9e5c05632ead0ab814b45691c7527cb861381e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 00:26:39 +0000 Subject: [PATCH 1/2] Initial plan From 012afc97c5eff67b7f41389046a033463f98ceb8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 00:27:42 +0000 Subject: [PATCH 2/2] fix(tab-to-the-right): remove unnecessary tabs permission Agent-Logs-Url: https://github.com/wh5a/chrome/sessions/993d77e5-d354-49f8-8b11-f9efeb6beebc Co-authored-by: wh5a <81014+wh5a@users.noreply.github.com> --- tab-to-the-right/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tab-to-the-right/manifest.json b/tab-to-the-right/manifest.json index 678dacc..1963375 100644 --- a/tab-to-the-right/manifest.json +++ b/tab-to-the-right/manifest.json @@ -8,8 +8,7 @@ "service_worker": "background.js" }, "permissions": [ - "storage", - "tabs" + "storage" ], "icons": {"48": "go-jump.png"}, "options_ui": {