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

18 lines
367 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",
"data/image_lookup.js",
"data/injections/facebook.js"
],
"matches": [
"*.facebook.com"
]
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
}