Inspect and view changes in Yet another xkcd substitution 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": "xkcd substitutions",
"version": "1.2resigned1",
"description": "Applies all xkcd substitutions from comics #1288, #1265, and #1679",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"substitutions.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{f583d7cd-2f35-4604-9b4b-35f1a6726db5}"
}
}
}