Skip to content

Commit

Permalink
modify the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed May 29, 2017
1 parent db55a84 commit 44bc8df
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"description": "This is utilized to export the story in Medium to a markdown format file.",
"version": "0.0.1",
"background": {
"scripts": "scripts/widget.js"
"scripts": [
"scripts/widget.js"
]
},
"incons": {
"16": "icons/icon-16.png",
"48": "icons/inco-48.png",
"icons": {
"16": "icons/icon-19.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
Expand All @@ -19,9 +21,8 @@
],
"browser_action": {
"default_title": "Export to Markdown",
"default_icon": "icons/icon-16.png"
"default_icon": "icons/icon-19.png"
},
"manifest_version": 2,
"homepage_url": "https://github.com/neal1991",
"options_page": "options.html"
"homepage_url": "https://github.com/neal1991"
}

0 comments on commit 44bc8df

Please sign in to comment.