Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Fix issue related to network prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Aug 23, 2017
1 parent 51d975f commit 7d21a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion audit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions core/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if (typeof chrome.browserAction.setBadgeBackgroundColor !== 'function') {
});
}

chrome.privacy.network.networkPredictionEnabled.set({'value': false});

chrome.browserAction.setBadgeBackgroundColor({
'color': [74, 130, 108, 255]
});
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

"permissions": [
"*://*/*",
"privacy",
"storage",
"tabs",
"webNavigation",
Expand Down

0 comments on commit 7d21a1e

Please sign in to comment.