Skip to content

Commit

Permalink
enable slack emoji tools on all slack emoji URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauntleroy committed Sep 22, 2016
1 parent f0e8fc5 commit 4ae16f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-emoji-tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tools that make life as a Slack emoji addict a little easier.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';

import CSSLoaded from './styles/content.less';

import Uploader from './components/Uploader.jsx';
import Uploader from './components/uploader.jsx';

var add_emoji_form = document.querySelector('#addemoji');
var container_div = document.createElement('div');
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Slack Emoji Tools",
"description": "Tools that make life as a Slack emoji addict a little easier.",
"version": "1.0.0",
"version": "1.0.1",
"permissions": ["activeTab"],
"content_scripts": [{
"matches": ["*://*.slack.com/customize/emoji*"],
"matches": ["*://*.slack.com/*/emoji*"],
"js": [
"content.js"
],
Expand Down
Empty file removed src/uploader.jsx
Empty file.

0 comments on commit 4ae16f2

Please sign in to comment.