Closed consoleSkunk closed 2 years ago
Fixes #35.
chrome.runtime.onInstalled is called for reasons other than just the extension being installed.
chrome.runtime.onInstalled
This PR adds a check only for the install reason.
install
Fixes #35.
chrome.runtime.onInstalled
is called for reasons other than just the extension being installed.This PR adds a check only for the
install
reason.