Make Trump's America less crappy.
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": 3,
"name": "Pootinator",
"version": "1.0.0",
"description": "Make Trump's America less crappy.",
"icons": {
"64": "icon64.png"
},
"action": {
"default_icon": {
"64": "icon64.png"
}
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*://*/*"
],
"run_at": "document_end"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsW0nEdqSTjwlk/YhMExJVtzEUZMNlaqO0Ur8iQE3teXq2oOhtL5t6+9APYoNZfambUM4MxWWoYeReefQ87g4AynE5KQyEYgJg0Bz5Eekzr/OpF+tid+IsrLhBUg4qnRPsyhorpb7xEtJ2gltEAmFw4Y9kf7qeIRDi4AZHCcL/J0aCyc7tsbSx7WkWK6IZJw7hdlGdGwHULhnXtYFqujMR+hKA3xAA2PnUeySo/tOry6/UHKyoiy82fTnG3wdd3xY/YfIKLHmNlv9o9nfsAsM8iWp/DpdEzmTt0DaMHGCqw+5upZM4Vkj9kKxMTS5FKedRzqVjZvl6wF/Vs5kzF87KQIDAQAB",
"update_url": "https://clients2.google.com/service/update2/crx"
}