Skip to content

Commit

Permalink
Add icons to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Apr 2, 2015
1 parent 33c9572 commit 6d2d64d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

"name": "Github Release Downloads",
"description": "This extension displays the number of downloads github releases have on the releases page.",
"version": "0.1",
"version": "0.1.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs", "http://github.com/*/*/releases", "https://github.com/*/*/releases"
],
Expand Down

0 comments on commit 6d2d64d

Please sign in to comment.