Skip to content

Commit

Permalink
modify the manifest 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Jun 8, 2017
1 parent 4abc80d commit 015775f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This is utilized to export the story in Medium to a markdown format file.",
"version": "0.0.1",
"icons": {
"16": "icons/icon-19.png",
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
Expand All @@ -16,9 +16,9 @@
],
"browser_action": {
"default_title": "Export to Markdown",
"default_icon": "icons/icon-19.png",
"default_icon": "icons/icon-64.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"homepage_url": "https://github.com/neal1991"
"homepage_url": "https://github.com/neal1991/export-medium"
}

0 comments on commit 015775f

Please sign in to comment.