Gotham Ext

Gotham Ext

Changes the Twitter Font back to Gotham

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gotham Ext",
  "description": "Changes the Twitter Font back to Gotham",
  "version": "0.1",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "*://*.twitter.com/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "magic.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ]
    }
  ]
}