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.
This commit is contained in:
Bruno F. Fontes 2023-10-13 19:48:54 -03:00
parent 902111a276
commit 1f42243d88
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6

View File

@ -17,11 +17,11 @@
}, },
"permissions": [ "permissions": [
"contextMenus" "contextMenus"
], ]<<firefox>>,
"action": { "action": {
"default_title": "Dicionarios.cc", "default_title": "Dicionarios.cc",
"default_popup": "https://dicionarios.cc" "default_popup": "https://dicionarios.cc"
}<<firefox>>, },
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "{0ad357e8-8322-49d9-b1af-dc18934d8b78}" "id": "{0ad357e8-8322-49d9-b1af-dc18934d8b78}"