1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
hipchat-emoticons-for-all/chrome/manifest.json

14 lines
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"]
}
],
}