Inspect and view changes in Legacy Reload 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": "Legacy Reload",
"version": "0.2resigned1",
"description": "Brings back the reload button in the url bar",
"icons": {
"48": "icons/refresh.svg",
"96": "icons/refresh.svg"
},
"page_action": {
"browser_style": true,
"default_icon": {
"19": "icons/refresh.svg",
"38": "icons/refresh.svg",
"48": "icons/refresh.svg"
}
},
"permissions": [
"webNavigation",
"tabs"
],
"background": {
"scripts": [
"legacyreload.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{98ec9ebe-72cb-44e3-b1b0-892507832f22}"
}
}
}