Snowflake

Snowflake

Turns Trump into Snowflake so you don't have to look at that damn name anymore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snowflake",
  "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.",
  "version": "1.0",
  "icons": {
    "128": "snowflake.png"
  },
  "browser_action": {
    "default_icon": "snowflake.png"
  },
  "web_accessible_resources": [
    "snowflake.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}