Fix issue related to network prediction

This commit is contained in:
Thomas Rientjes
2017-08-23 11:29:35 -04:00
parent 51d975f720
commit 7d21a1ed92
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "decentraleyes-audit",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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]
});

View File

@@ -17,6 +17,7 @@
"permissions": [
"*://*/*",
"privacy",
"storage",
"tabs",
"webNavigation",