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.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/recipes/plan/package.json b/recipes/plan/package.json
index bf408f3..a6f8a7a 100644
--- a/recipes/plan/package.json
+++ b/recipes/plan/package.json
@@ -1,24 +1,10 @@
1{ 1{
2 "id": "plan", 2 "id": "plan",
3 "name": "plan", 3 "name": "plan",
4 "version": "1.0.1", 4 "version": "1.0.2",
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", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://getplan.co/", 7 "serviceURL": "https://getplan.co/",
11 "serviceName": "Plan", 8 "message": "Plan is a better way to manage everything you have to do and everywhere you have to be."
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 } 9 }
24} 10}