Skip to content

Instantly share code, notes, and snippets.

@jessuni
Last active August 24, 2020 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessuni/704b0fd11e2935e138a86bf78df9179e to your computer and use it in GitHub Desktop.
Save jessuni/704b0fd11e2935e138a86bf78df9179e to your computer and use it in GitHub Desktop.
extension-section-2-manifest-1
{
"name": "My extension",
"content_scripts": [
{
"matches": ["http://*.nytimes.com/*"],
"run_at": "document_start",
"js": ["contentScript.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment