Add support for Meistertask service

This commit is contained in:
Manuel Bouza
2019-03-28 13:51:14 +01:00
parent 1f8bc33830
commit e6b6f67814
6 changed files with 27 additions and 21 deletions

View File

@@ -68,6 +68,11 @@ export default {
}
},
meistertask: {
name: "meistertask",
urlPatterns: ["https\\://www.meistertask.com/app/task/:id/:slug"]
},
trello: {
name: "trello",
urlPatterns: ["https\\://trello.com/c/:id/:title"],