Skip to content

Instantly share code, notes, and snippets.

@h5y1m141
Created July 14, 2012 05:49
Show Gist options
  • Save h5y1m141/3109591 to your computer and use it in GitHub Desktop.
Save h5y1m141/3109591 to your computer and use it in GitHub Desktop.
chrome extention manifest
{
"name":"My Twitter TL",
"version":"1.0",
"description":"this is a twitter client",
"browser_action":{
"default_icon": "icon.png",
"popup":"popup.html"
},
"permissions":["http://*/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment