Skip to content

Instantly share code, notes, and snippets.

@cheesinglee
Created July 8, 2014 18:36
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 cheesinglee/c2909ee3444c7aef389e to your computer and use it in GitHub Desktop.
Save cheesinglee/c2909ee3444c7aef389e to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Kiva Predictor",
"description": "Predict the success of Kiva loans using BigML models",
"version": "0.1",
"content_scripts": [
{
"matches": ["http://www.kiva.org/lend*"],
"js":["jquery-2.1.1.min.js","kivapredict.js"],
"css":["kivapredict.css"]
}
],
"web_accessible_resources":["images/*.png"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment