1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 18:42:00 +01:00

Always open options page in new tab

Fixes #434 and effects #445
This commit is contained in:
kkapsner 2020-02-24 23:33:02 +01:00
parent 13b061c395
commit 0f1aa1cc32
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@
}], }],
"options_ui": { "options_ui": {
"browser_style": false, "browser_style": false,
"open_in_tab": true,
"page": "options/options.html" "page": "options/options.html"
}, },
"browser_action": { "browser_action": {

View File

@ -1,6 +1,7 @@
Version 1.2: Version 1.2:
changes: changes:
- removed unnecessary activeTab permission - removed unnecessary activeTab permission
- always open options page in new tab
new features: new features:
- -