marinara icon indicating copy to clipboard operation
marinara copied to clipboard

Change persistence of background script

Open stickperson opened this issue 3 years ago • 0 comments

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.

stickperson avatar Oct 21 '20 05:10 stickperson