aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/plan/package.json
blob: bf408f338939b3783e2999fdffb48a798622c5ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "id": "plan",
  "name": "plan",
  "version": "1.0.1",
  "description": "Plan is a better way to manage everything you have to do and everywhere you have to be.",
  "main": "index.js",
  "author": "jtgrenz <jon.g@shopify.com",
  "license": "MIT",
  "config": {
    "serviceURL": "https://getplan.co/",
    "serviceName": "Plan",
    "message": "Plan is a better way to manage everything you have to do and everywhere you have to be.",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}