From 158a47ee2915902d1ed62ef90b138ccd12376088 Mon Sep 17 00:00:00 2001 From: Timothy Kempf Date: Wed, 21 Feb 2018 19:46:29 -0800 Subject: [PATCH] 2.0.0 - Neutral Face Emoji Tools --- README.md | 4 ++-- package.json | 4 ++-- src/manifest.json | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a7a2edb..bcf36c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Slack Emoji Tools +## Neutral Face Emoji Tools Drag and drop all your emoji. @@ -33,6 +33,6 @@ Follow these steps to get your dev workflow in order: - Run `npm run build` to build the distributable files - Go to [chrome://extensions](chrome://extensions) in Google Chrome - Click "Load unpacked extension..." (*make sure "Developer Mode" is checked*) -- Select the `dist/` directory in your Slack Emoji Tools repo +- Select the `dist/` directory in your Neutral Face Emoji Tools repo Once you've done all these things, the extension should appear in your extensions list. If you want to actively work on the extension, run `npm run dev`—this will watch the `src/` directory for changes and update the contents of `dist/` automatically. You will then need to go to the [chrome://extensions/](chrome://extensions) page, manually reload the extension, and refresh the page. diff --git a/package.json b/package.json index 612ba46..1aaba25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "slack-emoji-tools", - "version": "1.0.1", + "name": "neutral-face-emoji-tools", + "version": "2.0.0", "description": "Tools that make life as a Slack emoji addict a little easier.", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index b10945c..dcaaba0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,8 @@ { - "name": "Slack Emoji Tools", + "name": "Neutral Face Emoji Tools", + "short_name": "Emoji Tools", "description": "Tools that make life as a Slack emoji addict a little easier.", - "version": "1.0.1", + "version": "2.0.0", "permissions": ["activeTab"], "content_scripts": [{ "matches": ["*://*.slack.com/*/emoji*"],