mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
45 lines
964 B
JSON
45 lines
964 B
JSON
{
|
|
"name": "Mochitest",
|
|
"type": "certified",
|
|
"description": "Mochitests",
|
|
"developer": {
|
|
"name": "The Ateam",
|
|
"url": "https://wiki.mozilla.org/Auto-tools"
|
|
},
|
|
"permissions": {
|
|
"alarms": {},
|
|
"browser":{},
|
|
"power":{},
|
|
"webapps-manage":{},
|
|
"mobileconnection":{},
|
|
"mozBluetooth":{},
|
|
"bluetooth":{},
|
|
"telephony":{},
|
|
"voicemail":{},
|
|
"device-storage:pictures":{ "access": "readwrite" },
|
|
"settings":{ "access": "readwrite" },
|
|
"storage":{},
|
|
"camera":{},
|
|
"geolocation":{},
|
|
"wifi-manage":{},
|
|
"wifi":{},
|
|
"desktop-notification":{},
|
|
"idle":{},
|
|
"network-events":{},
|
|
"embed-apps":{},
|
|
"audio-channel-content":{},
|
|
"audio-channel-alarm":{}
|
|
},
|
|
"locales": {
|
|
"en-US": {
|
|
"name": "Mochitest",
|
|
"description": "Mochitests"
|
|
}
|
|
},
|
|
"datastores-access" : {
|
|
"foo" : { "readonly": false },
|
|
"bar" : { "readonly": false }
|
|
},
|
|
"default_locale": "en-US"
|
|
}
|