Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created January 14, 2014 23:58
Show Gist options
  • Select an option

  • Save jorilallo/8428339 to your computer and use it in GitHub Desktop.

Select an option

Save jorilallo/8428339 to your computer and use it in GitHub Desktop.
{
"name": "Twitter Userstyle",
"version": "1.0.0",
"manifest_version": 2,
"description": "Unofficial Twitter theme created by Mark Otto (@mdo)",
"homepage_url": "https://github.com/mdo/twitter-userstyle",
"content_scripts": [
{
"matches": ["https://twitter.com/*"],
"css": ["twitter.css"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment