Skip to content

Instantly share code, notes, and snippets.

@cecyurbina
Created February 6, 2014 16:58
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 cecyurbina/8848227 to your computer and use it in GitHub Desktop.
Save cecyurbina/8848227 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Name",
"description": "change content.",
"version": "3.0",
"web_accessible_resources": ["dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.svg"],
"browser_action": {
"default_icon": "icon2.png"
},
"content_scripts": [
{
"matches": ["http://www1.soriana.com/*"],
"css": ["dist/css/bootstrap.min.css"],
"js": ["jquery-1.10.1.min.js", "dist/js/bootstrap.min.js", "content.js"]
}
],
"background": {
"scripts": ["background.js"]
},
"permissions": [ "tabs", "http://*/*","<all_urls>", "file://///////*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment