Inspect and view changes in big rat 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": "big rat",
"version": "1.0.0",
"description": "replace every image on a website with a really cool big rat",
"icons": {
"48": "icons/bigrat.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"bigrat.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{0d170162-ae25-4b9c-9b82-e856f7b721ac}"
}
}
}