From 6dfda29ca3ed87191ea177c08ab54c12cc785f27 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Wed, 18 Jan 2023 06:34:13 +0000 Subject: [PATCH] MV3: Remove pageAction https://github.com/mozilla/multi-account-containers/pull/2477 --- src/manifest.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index b2aa8b3..8d0321f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -119,13 +119,6 @@ } ] }, - "page_action": { - "browser_style": true, - "default_icon": "img/container-openin-16.svg", - "default_title": "Always open this in a Container", - "default_popup": "pageActionPopup.html", - "pinned": false - }, "background": { "page": "js/background/index.html" },