Skip to content

Commit

Permalink
2.0.0 - Neutral Face Emoji Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauntleroy committed Feb 22, 2018
1 parent 4ae16f2 commit 158a47e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Slack Emoji Tools
## Neutral Face Emoji Tools

Drag and drop all your emoji.

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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*"],
Expand Down

0 comments on commit 158a47e

Please sign in to comment.