Inspect and view changes in Trump to Vomit Emoji - Detrumpify Florida Man 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": "Trump to Vomit Emoji",
"version": "1.1resigned1",
"description": "Replaces various Trump-related phrases with the vomit emoji.",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{c3071a89-9514-45a7-80a4-9ebdbdda80b4}"
}
}
}