1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-18 09:49:35 +02: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": {
"browser_style": false,
"open_in_tab": true,
"page": "options/options.html"
},
"browser_action": {

View File

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