aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ms-planner/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ms-planner/package.json')
-rw-r--r--recipes/ms-planner/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/ms-planner/package.json b/recipes/ms-planner/package.json
new file mode 100644
index 0000000..ca74458
--- /dev/null
+++ b/recipes/ms-planner/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "ms-planner",
3 "name": "Microsoft Planner",
4 "aliases": [
5 "office",
6 "tasks"
7 ],
8 "version": "1.0.0",
9 "license": "MIT",
10 "config": {
11 "serviceURL": "https://tasks.office.com/",
12 "hasNotificationSound": true
13 }
14}