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" },