Created
June 24, 2020 17:17
-
-
Save alejandrocoding/0e882fec563480be9cd65359f4377fb6 to your computer and use it in GitHub Desktop.
Manifest adding contentStyle css file
This file contains 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"], | |
"css": ["contentStyle.css"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment