twitter_icon_x_to_bird

twitter_icon_x_to_bird

Let's change twitter icon from X to the bird!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "twitter_icon_x_to_bird",
  "description": "Let's change twitter icon from X to the bird!",
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "version": "2.0.6",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://*.twitter.com/*",
        "https://x.com/*",
        "https://*.x.com/*"
      ],
      "js": [
        "twitter_icon_x_to_bird_2_0_6.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{522ce648-87cb-4931-93fe-e3b361c4ceac}"
    }
  }
}