Skip to content

Commit

Permalink
modify icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Sep 20, 2017
1 parent 19f5385 commit 4ef726c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "This is utilized to export the story in Medium to a markdown format file.",
"version": "0.1",
"icons": {
"16": "icons/icon-128.png",
"48": "icons/icon-128.png",
"64": "icons/icon-128.png"
"16": "icons/medium-16.png",
"48": "icons/medium-48.png",
"64": "icons/medium-64.png",
"128": "icons/medim.png"
},
"permissions": [
"tabs",
Expand All @@ -15,7 +16,7 @@
],
"browser_action": {
"default_title": "Export to Markdown",
"default_icon": "icons/icon-128.png",
"default_icon": "icons/medium.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
Expand Down

0 comments on commit 4ef726c

Please sign in to comment.