1
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
565 B
JSON
Raw Normal View History

2015-08-20 09:39:37 +01:00
{
"content_scripts": [
{
2015-08-20 19:28:20 +01:00
"js": [
"data/lib/jquery.js",
2015-08-24 14:57:19 +01:00
"data/image-decoder.js",
2015-08-20 19:28:20 +01:00
"data/injections/facebook.js"
],
"matches": [
2015-08-24 14:57:19 +01:00
"*://facebook.com/*"
]
},
{
"js": [
"data/lib/jquery.js",
"data/image-decoder.js",
"data/injections/github.js"
],
"matches": [
"*://github.com/*"
2015-08-20 19:28:20 +01:00
]
2015-08-20 09:39:37 +01:00
}
2015-08-20 19:28:20 +01:00
],
"description": "Use hipchat emoticons on other sites",
"manifest_version": 2,
"name": "Hipchat-Emoticons-for-all",
"version": "0.0.0"
2015-08-20 09:39:37 +01:00
}