From 34f47da4ee159562bc32cc63b2be259bd9c661f0 Mon Sep 17 00:00:00 2001 From: Arsen Bespalov Date: Mon, 6 Feb 2017 19:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=BC=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=84=D0=B5=D1=81=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 605e213..71e6145 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,9 @@ "manifest_version": 2, "default_locale": "ru", "name": "__MSG_APP_NAME__", - "version": "1.0.0", + "short_name": "truecopy", + "version": "1.0.1", "description": "__MSG_APP_DESCRIPTION__", - "display_in_launcher": false, - "display_in_new_tab_page": false, "icons": { "16": "icon16.png", "48": "icon48.png", @@ -13,7 +12,7 @@ }, "author": "Arsen Bespalov", - "homepage_url": "https://github.com/ArsenBespalov/BlockCustomCopy", + "homepage_url": "https://github.com/ArsenBespalov/TrueCopy", "content_scripts": [ {