From 0cae9dd945dbf3556b23c01de7ff24b01ea1d47f Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 8 Nov 2020 13:11:28 +0100 Subject: [PATCH] #32 Settings open in tab --- src/manifests/chrome.manifest.json | 2 +- src/manifests/firefox.manifest.json | 2 +- src/manifests/manifest.template.json | 2 +- src/manifests/opera.manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/manifests/chrome.manifest.json b/src/manifests/chrome.manifest.json index 0d0b03b..8345845 100644 --- a/src/manifests/chrome.manifest.json +++ b/src/manifests/chrome.manifest.json @@ -17,7 +17,7 @@ }, "options_ui": { "page": "html/settings.html", - "open_in_tab": true + "open_in_tab": false }, "content_scripts": [ { diff --git a/src/manifests/firefox.manifest.json b/src/manifests/firefox.manifest.json index efd0708..a75dd90 100644 --- a/src/manifests/firefox.manifest.json +++ b/src/manifests/firefox.manifest.json @@ -17,7 +17,7 @@ }, "options_ui": { "page": "html/settings.html", - "open_in_tab": true + "open_in_tab": false }, "content_scripts": [ { diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index 69f1d22..dd42d6a 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -21,7 +21,7 @@ }, "options_ui": { "page": "html/settings.html", - "open_in_tab": true + "open_in_tab": false }, "content_scripts": [ { diff --git a/src/manifests/opera.manifest.json b/src/manifests/opera.manifest.json index dabadbf..66477ee 100644 --- a/src/manifests/opera.manifest.json +++ b/src/manifests/opera.manifest.json @@ -18,7 +18,7 @@ }, "options_ui": { "page": "html/settings.html", - "open_in_tab": true + "open_in_tab": false }, "content_scripts": [ {