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",