gecko-dev/testing/mochitest/manifest.webapp
Michelangelo De Simone 42dd1f7367 Bug 1309723 - Remove DOM/voicemail and related code. r=Ehsan
MozReview-Commit-ID: JDSqQnYD6xL

--HG--
extra : rebase_source : 43008cd2eaf97d77d32a6faa9fb4854e3d1f29a8
2016-10-13 15:11:41 -07:00

40 lines
899 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":{},
"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":{},
"embed-apps":{},
"audio-channel-content":{},
"audio-channel-alarm":{},
"before-after-keyboard-event":{}
},
"locales": {
"en-US": {
"name": "Mochitest",
"description": "Mochitests"
}
},
"default_locale": "en-US"
}