Created
March 29, 2016 21:19
-
-
Save wilkerlucio/87dd95675a2e9c08ce0170bee0003224 to your computer and use it in GitHub Desktop.
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": "Figwheel Chrome Content Script Demo", | |
| "version": "1", | |
| "description": "", | |
| "content_scripts": [ | |
| { | |
| "matches": ["*://clojure.org/*"], | |
| "js": [ | |
| "content-script.js" | |
| ] | |
| } | |
| ], | |
| "web_accessible_resources": [ | |
| "util/*", | |
| "js/*" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment