Bug 1892041 - Part 3: Update test exclusions. r=spidermonkey-reviewers,dminor
[gecko.git] / testing / mochitest / manifest.webapp
bloba557652a16f1abd1219deba6053523d0d48f0059
2   "name": "Mochitest",
3   "type": "certified",
4   "description": "Mochitests",
5   "developer": {
6     "name": "The Ateam",
7     "url": "https://wiki.mozilla.org/Auto-tools"
8   },
9   "permissions": {
10     "alarms": {},
11     "browser":{},
12     "power":{},
13     "webapps-manage":{},
14     "mobileconnection":{},
15     "bluetooth":{},
16     "telephony":{},
17     "device-storage:pictures":{ "access": "readwrite" },
18     "device-storage:sdcard":{ "access": "readwrite" },
19     "settings":{ "access": "readwrite" },
20     "storage":{},
21     "camera":{},
22     "geolocation":{},
23     "wifi-manage":{},
24     "desktop-notification":{},
25     "idle":{},
26     "network-events":{},
27     "audio-channel-content":{},
28     "audio-channel-alarm":{},
29   },
30   "locales": {
31     "en-US": {
32       "name": "Mochitest",
33       "description": "Mochitests"
34     }
35   },
36   "default_locale": "en-US"