Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created May 15, 2012 18:13
Show Gist options
  • Save deanhume/2703874 to your computer and use it in GitHub Desktop.
Save deanhume/2703874 to your computer and use it in GitHub Desktop.
manifest.json
{
"name": "Blog Feed Reader",
"version": "1.0",
"description": "This is a simple feed reader that will display the top 5 posts from deanhume.com",
"icons": { "128": "icon128.png" },
"browser_action": {
"default_title": "Blog Feed Reader",
"default_icon": "icon128.png",
"default_popup": "feed.html"
},
"default_locale": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment