Inspect and view changes in Git Help source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Git Help",
"version": "1.3.0",
"description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Git Help"
},
"author": "Devang Doshi"
}