Skip to content

Instantly share code, notes, and snippets.

@evandor
Created July 17, 2023 07:24
Show Gist options
  • Save evandor/06b5dee3b1d904c60bc0b006220d4551 to your computer and use it in GitHub Desktop.
Save evandor/06b5dee3b1d904c60bc0b006220d4551 to your computer and use it in GitHub Desktop.
Background Section for Manifest V2
"background": {
"scripts": ["background.js"]
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["tabsets-content-script.js", "content-script.js"]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment