marinara
marinara copied to clipboard
Change persistence of background script
The Chrome extension documentation states:
The only occasion to keep a background script persistently active is if the extension uses chrome.webRequest API to block or modify network requests. The webRequest API is incompatible with non-persistent background pages.
Taking a quick look through the code, I don't see any references to the chrome.webRequest
API. The documentation also links to a migration guide.