testing/mochitest/manifest.webapp

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:377d55a9d7ba
1 {
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 "voicemail":{},
18 "device-storage:pictures":{ "access": "readwrite" },
19 "device-storage:sdcard":{ "access": "readwrite" },
20 "settings":{ "access": "readwrite" },
21 "storage":{},
22 "camera":{},
23 "geolocation":{},
24 "wifi-manage":{},
25 "desktop-notification":{},
26 "idle":{},
27 "network-events":{},
28 "embed-apps":{},
29 "audio-channel-content":{},
30 "audio-channel-alarm":{}
31 },
32 "locales": {
33 "en-US": {
34 "name": "Mochitest",
35 "description": "Mochitests"
36 }
37 },
38 "datastores-access" : {
39 "foo" : { "readonly": false },
40 "bar" : { "readonly": false }
41 },
42 "default_locale": "en-US"
43 }

mercurial