From 1f42243d883379f08106110d44d41e9297cecd2d Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Fri, 13 Oct 2023 19:48:54 -0300 Subject: [PATCH] fix: removing invalid Chrome action Chrome does not allow opening webpage on chrome action. So I am removing this option for the Chrome extension, keeping it only in the Firefox one. --- src/manifest_all.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest_all.json b/src/manifest_all.json index 92503e0..3f8a89c 100644 --- a/src/manifest_all.json +++ b/src/manifest_all.json @@ -17,11 +17,11 @@ }, "permissions": [ "contextMenus" - ], + ]<>, "action": { "default_title": "Dicionarios.cc", "default_popup": "https://dicionarios.cc" - }<>, + }, "browser_specific_settings": { "gecko": { "id": "{0ad357e8-8322-49d9-b1af-dc18934d8b78}"