new option to replace current tab when a assigned domain is opened
This commit is contained in:
+2
-1
@@ -87,7 +87,8 @@ const initializeWithTab = async (details = {
|
||||
"browserActionBadgesClicked": [],
|
||||
"onboarding-stage": 7,
|
||||
"achievements": [],
|
||||
"syncEnabled": true
|
||||
"syncEnabled": true,
|
||||
"replaceTabEnabled": false
|
||||
});
|
||||
window.browser.storage.local.set.resetHistory();
|
||||
window.browser.storage.sync.clear();
|
||||
|
||||
Reference in New Issue
Block a user