Fix runtime.lastError

main
Johannes Andersen 4 years ago
parent 9a7a17bf02
commit c7449f5076
No known key found for this signature in database
GPG Key ID: 5D8D41426C95C066

@ -54,7 +54,7 @@ const Driver = {
),
tabs: {},
robots: await getOption('robots', {}),
ads: {},
ads: [],
}
chrome.browserAction.setBadgeBackgroundColor({ color: '#6B39BD' }, () => {})

Loading…
Cancel
Save