Skip to content

Commit

Permalink
fix(origins): Fix origins file
Browse files Browse the repository at this point in the history
  • Loading branch information
Phenome committed Dec 2, 2021
1 parent 40e6163 commit 45b740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toggl/track-extension",
"private": true,
"version": "2.0.0",
"version": "2.0.0-1",
"description": "Add Toggl Track one-click time tracking to popular web tools.",
"license": "Apache-2.0",
"main": "src/origins.js"
Expand Down
1 change: 1 addition & 0 deletions src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ export default {
'sherpadesk.com': {
url: '*://*.sherpadesk.com/*',
name: 'Sherpadesk'
},
'app.shortcut.com': {
url: '*://app.shortcut.com/*',
name: 'Shortcut'
Expand Down

0 comments on commit 45b740a

Please sign in to comment.