It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Trump to Angry Mango",
"description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.",
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "mango_128.png"
}
}