Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created August 11, 2011 20:54
Show Gist options
  • Save burkeholland/1140745 to your computer and use it in GitHub Desktop.
Save burkeholland/1140745 to your computer and use it in GitHub Desktop.
{
"name": "Elijah's Brain",
"version": "1.2",
"description": "Tech tweets directly from the brain of Elijah Manor.",
"browser_action": {
"default_icon": "icon16.png",
"popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"https://api.twitter.com/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment