From 5b229d719ec1b3ba02d1215d3ab9cb96901948e2 Mon Sep 17 00:00:00 2001 From: Tyler Crammond Date: Tue, 11 Feb 2020 12:23:57 +0000 Subject: [PATCH] fix(toggl-plan): Migrate Teamweek integration to Toggl Plan --- README.md | 2 +- src/scripts/content/{teamweek.js => toggl-plan.js} | 0 src/scripts/origins.js | 11 ++++++----- 3 files changed, 7 insertions(+), 6 deletions(-) rename src/scripts/content/{teamweek.js => toggl-plan.js} (100%) 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'