diff --git a/scripts/omnibox.js b/scripts/omnibox.js index 0f93813..4d50778 100644 --- a/scripts/omnibox.js +++ b/scripts/omnibox.js @@ -34,7 +34,7 @@ function getConfig() { return resolve(globalConfig) } chrome.storage.sync.get({ - omniboxGoJSON: '{}' + omniboxGoJSON: null }, items => { if (!items.omniboxGoJSON) return reject(null)