From db78314a442a969c6f88f61c17f68322289125f1 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 4 May 2025 13:17:01 +0300 Subject: [PATCH] feat: remove context menu from "page" context #117 --- entrypoints/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoints/background.ts b/entrypoints/background.ts index 9e2d6ad..4214d9b 100644 --- a/entrypoints/background.ts +++ b/entrypoints/background.ts @@ -80,7 +80,7 @@ export default defineBackground(() => Object.entries(items).forEach(([id, title]) => browser.contextMenus.create({ id, title, visible: true, - contexts: ["action", "page"] + contexts: ["action"] })); watchTabSelection(async selection =>