aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/package.json
blob: 755dcff38c6bfa716ef81d0ee007edb1c8152194 (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
25
{
  "id": "googledrive",
  "name": "Google Drive",
  "version": "1.0.5",
  "description": "Google Drive",
  "main": "index.js",
  "author": "Djonathan Goulart<d.goulart@outlook.com.br>",
  "repository": "https://github.com/BrianGilbert/franz-recipe-tawk",
  "license": "MIT",
  "config": {
    "serviceURL": "https://drive.google.com/",
    "serviceName": "Google Drive",
    "message": "",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}