Inspect and view changes in Hackernews Browser Addon 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": "Hackernews Browser Addon",
"version": "1.0.7resigned1",
"description": "An addon that lists up to FIVE HUNDRED of the latest and hottest Hacker News stories with the click of a button.",
"icons": {
"48": "icons/hackernews.png"
},
"browser_action": {
"default_icon": "icons/39_hackernews.png",
"default_title": "Hackernews Addon",
"default_popup": "popups/hackernews.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "{2bb2df92-d8ad-4475-b213-89a417f0a978}"
}
}
}