Created
June 24, 2020 09:02
-
-
Save alejandrocoding/b591ba62f3f5f2046655e4b20ea84cc1 to your computer and use it in GitHub Desktop.
Manifest.json adds contentScript matching GitHub domain
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
"content_scripts": [ | |
{ | |
"matches": ["*://*.github.com/*"], | |
"js": ["contentScript.js", "runtime.js"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment