Inspect and view changes in Improve HN 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": "Improve HN",
"version": "1.0.2resigned1",
"description": "Adds additional functionality to Hacker News. Dark theme, comment hiding.",
"applications": {
"gecko": {
"id": "improvehn@andriaus",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": [
"*://news.ycombinator.com/*"
],
"js": [
"content_scripts/jquery-2.2.3.min.js",
"content_scripts/_settingsmenu.js",
"content_scripts/_styles.js",
"content_scripts/_storage.js",
"content_scripts/_utils.js",
"content_scripts/_events.js",
"content_scripts/ihn.js"
]
}
]
}