Skip to content

Instantly share code, notes, and snippets.

@ilmsg
Created September 24, 2012 02:12
Show Gist options
  • Save ilmsg/3773838 to your computer and use it in GitHub Desktop.
Save ilmsg/3773838 to your computer and use it in GitHub Desktop.
{
"name": "docs-ilmsg",
"description": "Docs for ilmsg.com",
"version": "1.0",
"manifest_version": 1,
"icons": {
"128": "docs_ilmsg_128x128.png",
"16": "docs_ilmsg_16x16.png"
},
"permissions": [
"tabs",
"contextMenus",
"https://graph.facebook.com/*",
"https://facebook.com/*",
"http://ajax.googleapis.com/"],
"browser_action": {
"default_title": "Docs for ilmsg.com",
"default_icon": "icon.png",
"popup": "popup.html"
},
"options_page": "options.html",
"background": {
"page": "background.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment