aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/plan/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/plan/package.json')
-rw-r--r--recipes/plan/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/plan/package.json b/recipes/plan/package.json
new file mode 100644
index 0000000..513297a
--- /dev/null
+++ b/recipes/plan/package.json
@@ -0,0 +1,24 @@
1{
2 "id": "plan",
3 "name": "plan",
4 "version": "1.0.0",
5 "description": "Plan is a better way to manage everything you have to do and everywhere you have to be.",
6 "main": "index.js",
7 "author": "jtgrenz <jon.g@shopify.com",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://getplan.co/",
11 "serviceName": "Plan",
12 "message": "Plan is a better way to manage everything you have to do and everywhere you have to be.",
13 "popup": [],
14 "hasNotificationSound": false,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "customURL": false,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 }
24}