From 6738095f24a6611d136e8a302a926820b8d78ad7 Mon Sep 17 00:00:00 2001 From: Jeremy Schomery Date: Thu, 23 Feb 2017 10:14:52 +0330 Subject: [PATCH] change automatic update interval to zero --- storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.js b/storage.js index b30fd084..403de38a 100644 --- a/storage.js +++ b/storage.js @@ -352,7 +352,7 @@ var prefs = chrome.extension.getBackgroundPage().prefs || new function Prefs() { "badgeDisabled": "#8B0000", // badge background color when disabled "badgeNormal": "#006666", // badge background color - "updateInterval": 12 // user-style automatic update interval, hour + "updateInterval": 0 // user-style automatic update interval, hour }; var values = deepCopy(defaults);