Inspect and view changes in Unoffender 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": "Unoffender",
"description": "Helps you to turn offensive things funny... Or at least more bearable.",
"homepage_url": "https://donthaveasiteyet.com",
"version": "1.1.0",
"icons": {
"48": "icons/icon.png",
"96": "icons/icon2x.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"./map.js",
"./unoffend.js"
]
}
]
}