14 lines
No EOL
288 B
JSON
14 lines
No EOL
288 B
JSON
{
|
|
"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"]
|
|
}
|
|
],
|
|
} |