Inspect and view changes in Simone 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": "Simone",
"version": "0.2resigned1",
"icons": {
"150": "icon/icon.png"
},
"description": "Filters out filthy words from document titles",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"filter.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{4cbb04f1-d2ae-427d-9340-786635a545f9}"
}
}
}