aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iCloud/package.json
blob: 1b10374f9a231e34324d785c1bee8e9bc394d23f (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": "iCloud",
  "name": "iCloud",
  "version": "1.0.0",
  "description": "iCloud web portal",
  "main": "index.js",
  "author": "Ryan Voltaire <ryan.voltaire@icloud.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.icloud.com/",
    "serviceName": "iCloud",
    "message": "",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}