Skip to content

Commit

Permalink
Make YouTrack integration work on TheraNest self-hosted instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kotov committed Mar 4, 2015
1 parent 82e506d commit 06052cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions linkedbyair-harvest-chrome-extension/js/profiles/youtrack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions linkedbyair-harvest-chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"matches": [ "https://basecamp.com/*" ]
}, {
"js": [ "js/profiles/youtrack.js" ],
"matches": [ "http://*.myjetbrains.com/youtrack/*" ]
"matches": [ "http://*.myjetbrains.com/youtrack/*", "https://issues.theranest.com/*" ]
}, {
"css": [ "css/trello.css" ],
"js": [ "js/profiles/trello.js" ],
Expand All @@ -48,6 +48,6 @@
"name": "Linked by Air Harvest Time Tracker",
"permissions": [ "http://*/*", "https://*/*", "cookies", "webRequest" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.3.2",
"version": "2.3.3",
"web_accessible_resources": [ "images/trello-timer-icon.png" ]
}

0 comments on commit 06052cf

Please sign in to comment.