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 =>