Last active
August 8, 2017 01:00
-
-
Save yosevu/ef1f640b20ccda59a7a54cac0b756dc8 to your computer and use it in GitHub Desktop.
manifest
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
| { | |
| "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