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",
"manifest_version": 2,
"name": "GitHubber",
"version": "0.113",
"description": "Detailed View of Github Profile Search Results",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/search*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}