Inspect and view changes in Octobox on GitHub 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
{
"manifest_version": 2,
"name": "Octobox on GitHub",
"author": "Alex Ward (alxwrd@gmail.com)",
"homepage_url": "https://github.com/alxwrd/octobox-on-github",
"version": "0.3resigned1",
"description": "Navigates you to octobox.io when clicking github notifications.",
"icons": {
"48": "icons/octobox-on-github-48.png",
"96": "icons/octobox-on-github-96.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*"
],
"js": [
"octobox-on-github.js"
]
}
],
"browser_action": {
"default_icon": "icons/icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{e116f6aa-32af-483e-8bd2-9ed10f711b70}"
}
}
}