diff --git a/README.md b/README.md index 2e29b4848..3909371b1 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,12 @@ out of the way and focus on real work. - [Taiga](https://taiga.io/) - [TargetProcess](https://www.targetprocess.com/) - [Teamleader](http://www.teamleader.eu/) -- [TeamWeek](https://teamweek.com/) - [Teamwork](https://www.teamwork.com/) - [Teamwork Desk](https://www.teamwork.com/desk) - [TestRail](https://testrail.com) - [TickTick](https://ticktick.com/) - [Todoist](https://todoist.com/) +- [Toggl Plan](https://toggl.com/plan) - [Toodledo](https://www.toodledo.com/) - [Trac](http://trac.edgewall.org/) - [Trello](https://trello.com/) diff --git a/src/scripts/content/teamweek.js b/src/scripts/content/toggl-plan.js similarity index 100% rename from src/scripts/content/teamweek.js rename to src/scripts/content/toggl-plan.js diff --git a/src/scripts/origins.js b/src/scripts/origins.js index 905155046..4774f5ab3 100644 --- a/src/scripts/origins.js +++ b/src/scripts/origins.js @@ -517,10 +517,6 @@ export default { url: '*://tasks.office.com/*', name: 'Microsoft Planner' }, - 'teamweek.com': { - url: '*://*.teamweek.com/*', - name: 'Teamweek' - }, 'teamwork.com': { url: '*://*.teamwork.com/*', name: 'Teamwork' @@ -558,10 +554,15 @@ export default { clone: 'true' }, 'www.toggl.com': { - url: '*://*.toggl.com/*', + url: '*://www.toggl.com/*', name: 'Toggl', clone: 'true' }, + 'plan.toggl.com': { + url: '*://plan.toggl.com/*', + name: 'Toggl Plan', + file: 'toggl-plan.js' + }, 'toodledo.com': { url: '*://*.toodledo.com/*', name: 'Toodledo'