Inspect and view changes in Website Error Reporter 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": "Website Error Reporter",
"version": "1.0",
"description": "Report issues on websites easily, including broken links or layout problems.",
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "anh/icon16.png",
"48": "anh/icon48.png",
"128": "anh/icon128.png"
}
},
"anh": {
"16": "anh/icon16.png",
"48": "anh/icon48.png",
"128": "anh/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{4966fd83-92d3-4e88-ab0e-7e93dff57f81}"
}
}
}