{
"manifest_version": 2,
"name": "Hipchat Emoticons for all",
"description": "Allows use of hipchat emoticons on other websites",
"version": "ALPHA",
"content_scripts": [
"matches": ["http://www.google.com/*"],
"js": ["jquery.js", "myscript.js"]
}
],