Skip to content

Commit

Permalink
Add new icon sizes for edge. (#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcGarry committed Jun 29, 2016
1 parent 90b01c9 commit 560c43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edge/manifest.json
Expand Up @@ -29,7 +29,9 @@
}
],
"icons": {
"128": "{{../images/icon128.png}}"
"128": "{{../images/icon128.png}}",
"48": "{{../images/icon48.png}}",
"16": "{{../images/icon16.png}}"
},
"page_action": {
"default_icon": {
Expand Down

0 comments on commit 560c43c

Please sign in to comment.