aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/idobata/package.json
blob: ae9a12f0e5732f2083b5c2d31e20c19e41a20af9 (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.1",
  "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
  }
}