Return The Bird

Return The Bird

Return the old Twitter branding

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Return The Bird",
  "version": "1.0.2",
  "description": "Return the old Twitter branding",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "returnthebird.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/rtb16.png",
    "48": "icons/rtb48.png",
    "128": "icons/rtb128.png",
    "512": "icons/rtb512.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "files/twitter.ico"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "manifest_version": 3
}