Inspect and view changes in GitHub Source Code Minimap 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
{
"name": "GitHub Source Code Minimap",
"short_name": "GH Minimap",
"icons": {
"128": "img/icon-128.png"
},
"version": "1.1.3resigned1",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"css": [
"css/main.css"
],
"js": [
"js/main.js"
],
"run_at": "document_end"
}
],
"homepage_url": "https://github.com/slikts/gh-minimap",
"browser_specific_settings": {
"gecko": {
"id": "{260cb343-dd13-48a9-8b18-a83ac8f0470b}"
}
}
}