Unrounded Twitter

Unrounded Twitter

Making twitter not so round.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unrounded Twitter",
  "short_name": "Unrounded Twitter",
  "version": "1.0.1",
  "description": "Making twitter not so round.",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "css": [
        "/css/main.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "./img/icon128.png"
  },
  "icons": {
    "128": "./img/icon128.png"
  },
  "homepage_url": "https://github.com/danjford/unrounded-twitter#readme"
}