Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub +1",
"manifest_version": 2,
"version": "0.8",
"description": "+1 GitHub issues\/pull requests",
"icons": {
"16": "github_g16.png",
"48": "github_g48.png",
"128": "github_g128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"zepto.min.js",
"zepto-extras.js",
"contentscript.js"
]
}
],
"web_accessible_resources": [
"rainbow.gif"
]
}