aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/idobata/package.json
blob: 6f94d4ed4b09e8392569be6dc928342604a9f9d5 (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": "idobata",
  "name": "Idobata",
  "version": "0.1.0",
  "description": "Idobata plugin for meetfranz.",
  "main": "index.js",
  "author": "",
  "license": "MIT",
  "config": {
    "serviceURL": "https://idobata.io",
    "serviceName": "Idobata",
    "message": "Idobata plugin for meetfranz.",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}