From 636d40339672425e3c49f87f0836b5db2d9ded6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 3 Feb 2015 20:11:30 +0100 Subject: [PATCH] Add short name to chrome addon manifest --- chrome_addon/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome_addon/manifest.json b/chrome_addon/manifest.json index 033b728..86c91f0 100644 --- a/chrome_addon/manifest.json +++ b/chrome_addon/manifest.json @@ -1,7 +1,8 @@ { "manifest_version": 2, - "name": "gpass", + "name": "gPass", + "short_name": "gPass", "version": "0.6", "description": "gPass : global password manager", "icons" : {"16":"gpass_icon_16.png", "32":"gpass_icon_32.png", "64":"gpass_icon_64.png", "128":"gpass_icon_128.png"},