Inspect and view changes in Tab Reloader 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
{
"browser_action": {
"default_icon": "icons/reloader.png",
"default_title": "Reload Tabs in current window"
},
"description": "Reload Tabs in the current window",
"icons": {
"48": "icons/reloader.png",
"96": "icons/reloader.png"
},
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"name": "Tab Reloader",
"permissions": [
"activeTab",
"contextMenus",
"tabs"
],
"version": "1.1.0.1resigned1",
"browser_specific_settings": {
"gecko": {
"id": "{e645c64f-6385-479d-9e21-a5a43702d4bb}"
}
}
}