From 3132339ebeed95e3e5cfbab90ed6051e092ed623 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 24 Aug 2015 21:52:37 +0100 Subject: [PATCH] Update information --- chrome/manifest.json | 2 +- firefox/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 0ff5f9b..368c938 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -21,7 +21,7 @@ ] } ], - "description": "Use hipchat emoticons on other sites", + "description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.", "manifest_version": 2, "name": "Hipchat-Emoticons-for-all", "version": "0.0.0" diff --git a/firefox/package.json b/firefox/package.json index 4e4c853..23ed842 100644 --- a/firefox/package.json +++ b/firefox/package.json @@ -1,6 +1,6 @@ { "author": "TheOrangeOne", - "description": "Use hipchat emoticons on other sites", + "description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.", "engines": { "fennec": ">=38.0a1", "firefox": ">=38.0a1" diff --git a/package.json b/package.json index 0e15f1c..e5df873 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Hipchat-Emoticons-for-all", "version": "0.0.0", - "description": "Use hipchat emoticons on other sites", + "description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.", "main": "src/index.js", "scripts": { "create-dirs": "mkdir -p firefox/data chrome/data build/injections build/lib",