From 015775f6001d88585f2974e5df3e06fcb15d99e1 Mon Sep 17 00:00:00 2001 From: neal1991 Date: Thu, 8 Jun 2017 10:41:41 +0800 Subject: [PATCH] modify the manifest :wrench: --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ef0bd03..568b0a4 100644 --- a/manifest.json +++ b/manifest.json @@ -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" @@ -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" } \ No newline at end of file