Skip to content

Instantly share code, notes, and snippets.

@alejandrocoding
Created June 24, 2020 17:17
Show Gist options
  • Save alejandrocoding/0e882fec563480be9cd65359f4377fb6 to your computer and use it in GitHub Desktop.
Save alejandrocoding/0e882fec563480be9cd65359f4377fb6 to your computer and use it in GitHub Desktop.
Manifest adding contentStyle css file
"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