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

28 lines
614 B
JSON

{
"content_scripts": [
{
"js": [
"data/lib/jquery.js",
"data/injector.js",
"data/injections/facebook.js"
],
"matches": [
"*://facebook.com/*"
]
},
{
"js": [
"data/lib/jquery.js",
"data/injector.js",
"data/injections/github.js"
],
"matches": [
"*://github.com/*"
]
}
],
"description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.",
"manifest_version": 2,
"name": "Hipchat-Emoticons-for-all",
"version": "0.0.0"
}