Created
July 17, 2023 07:24
-
-
Save evandor/06b5dee3b1d904c60bc0b006220d4551 to your computer and use it in GitHub Desktop.
Background Section for Manifest V2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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