From 7117e8d2807e6ed1cc01ef6ed75c4265316375f9 Mon Sep 17 00:00:00 2001 From: Igor Mozharovsky Date: Tue, 23 Feb 2016 20:31:21 +0200 Subject: [PATCH] Fixes #36 Fix resetting settings to default when you upgrade your browser. --- background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/background.js b/background.js index 0120efe..2abfb31 100644 --- a/background.js +++ b/background.js @@ -61,9 +61,6 @@ var responseListener = function(details){ /*On install*/ chrome.runtime.onInstalled.addListener(function(){ - chrome.storage.local.set({'active': false}); - chrome.storage.local.set({'urls': [""]}); - chrome.storage.local.set({'exposedHeaders': ''}); reload(); });