From cf8e855c27934a503185667f48d7c27158dc71b4 Mon Sep 17 00:00:00 2001 From: Guillaume RICHEZ Date: Wed, 17 Apr 2019 18:15:53 -0400 Subject: [PATCH] Update the name to a shorter one. Refer to issue #104: https://github.com/johannhof/emoji-helper/issues/104 --- manifest.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4fc80dc..4f6e260 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,6 @@ { "manifest_version": 2, - - "name": "Emoji Cheatsheet for GitHub, Basecamp etc.", + "name": "Emoji Cheatsheet", "short_name": "Emoji Helper", "description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.", "version": "2.0.1", diff --git a/package.json b/package.json index 3821b89..875d3fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emoji-helper", - "title": "Emoji Cheatsheet for GitHub, Basecamp etc.", + "title": "Emoji Cheatsheet", "version": "2.0.0", "description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.", "author": "Johann Hofmann",