summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/manifest.webapp
blob: a557652a16f1abd1219deba6053523d0d48f0059 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "Mochitest",
  "type": "certified",
  "description": "Mochitests",
  "developer": {
    "name": "The Ateam",
    "url": "https://wiki.mozilla.org/Auto-tools"
  },
  "permissions": {
    "alarms": {},
    "browser":{},
    "power":{},
    "webapps-manage":{},
    "mobileconnection":{},
    "bluetooth":{},
    "telephony":{},
    "device-storage:pictures":{ "access": "readwrite" },
    "device-storage:sdcard":{ "access": "readwrite" },
    "settings":{ "access": "readwrite" },
    "storage":{},
    "camera":{},
    "geolocation":{},
    "wifi-manage":{},
    "desktop-notification":{},
    "idle":{},
    "network-events":{},
    "audio-channel-content":{},
    "audio-channel-alarm":{},
  },
  "locales": {
    "en-US": {
      "name": "Mochitest",
      "description": "Mochitests"
    }
  },
  "default_locale": "en-US"
}