Skip to content

Instantly share code, notes, and snippets.

@yosevu
Last active August 8, 2017 01:00
Show Gist options
  • Select an option

  • Save yosevu/ef1f640b20ccda59a7a54cac0b756dc8 to your computer and use it in GitHub Desktop.

Select an option

Save yosevu/ef1f640b20ccda59a7a54cac0b756dc8 to your computer and use it in GitHub Desktop.
manifest
{
"manifest_version": 2,
"name": "React Content Script",
"version": "0.1",
"description": "React Content Script",
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["/static/css/main.css"],
"js": ["/static/js/main.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment