Skip to content

Instantly share code, notes, and snippets.

@anilshanbhag
Created July 28, 2013 12:00
Show Gist options
  • Save anilshanbhag/6098329 to your computer and use it in GitHub Desktop.
Save anilshanbhag/6098329 to your computer and use it in GitHub Desktop.
{
"name": "Reading List",
"browser_action": {
"default_icon": "icon38.png",
"default_title": "Reading List",
"default_popup": "popup.html"
},
"manifest_version" : 2,
"version" : "1.0",
"permissions": [
"http://anilshanbhag.in/"
],
"icons": {
"16":"icon16.png",
"48":"icon48.png",
"128":"icon128.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment