Skip to content

Instantly share code, notes, and snippets.

@wilkerlucio
Created March 29, 2016 21:19
Show Gist options
  • Select an option

  • Save wilkerlucio/87dd95675a2e9c08ce0170bee0003224 to your computer and use it in GitHub Desktop.

Select an option

Save wilkerlucio/87dd95675a2e9c08ce0170bee0003224 to your computer and use it in GitHub Desktop.
{
"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