chrome.runtime.onInstalled.addListener(() => { chrome.storage.sync.set({"blacklist": JSON.stringify(["reminder"])}); });