Skip to content

Commit

Permalink
Disabled newtab experience
Browse files Browse the repository at this point in the history
Removed chrome_url_overrides for Firefox, Chrome
  • Loading branch information
mgabdev committed Apr 29, 2019
1 parent e20a7af commit f5a7d8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const chrome = new Browser({
"omnibox": {
"keyword" : "dissent"
},
"chrome_url_overrides": {
"newtab": "newtab/newtab.html"
},
},
});

Expand Down Expand Up @@ -54,9 +51,6 @@ const firefox = new Browser({
"omnibox": {
"keyword" : "dissent"
},
"chrome_url_overrides": {
"newtab": "newtab/newtab.html"
},
},
});

Expand Down

0 comments on commit f5a7d8a

Please sign in to comment.