Skip to content

Commit

Permalink
Initial manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed May 26, 2012
1 parent 7c69b2a commit c28943f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions manifest.json
@@ -0,0 +1,21 @@
{
"name": "History Stats",
"version": "0.1",
"description": "Show pretty graphs.",
"homepage_url": "https://github.com/ggreer/history-stats",

"browser_action": {
"default_icon": "icon.png",
"popup": "popup.html"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"<all_urls>",
"chrome://favicon/",
"history",
"tabs"
]
}

0 comments on commit c28943f

Please sign in to comment.