aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/air-droid/package.json
blob: f13b33c8ed540cd5a4e328052a1abe22942874e7 (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": "air-droid",
  "name": "air-droid",
  "version": "1.0.0",
  "description": "AirDroid allows you to access and manage your Android phone or tablet from Windows, Mac or the Web, wirelessly, for free. Transfer files between your devices, and share files to your friends.",
  "main": "index.js",
  "author": "David Sipos <sipos22@msn.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "http://web.airdroid.com/",
    "serviceName": "AirDroid",
    "message": "AirDroid allows you to access and manage your Android phone or tablet from Windows, Mac or the Web, wirelessly, for free. Transfer files between your devices, and share files to your friends.",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}