testing/mochitest/manifest.webapp

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 {
michael@0 2 "name": "Mochitest",
michael@0 3 "type": "certified",
michael@0 4 "description": "Mochitests",
michael@0 5 "developer": {
michael@0 6 "name": "The Ateam",
michael@0 7 "url": "https://wiki.mozilla.org/Auto-tools"
michael@0 8 },
michael@0 9 "permissions": {
michael@0 10 "alarms": {},
michael@0 11 "browser":{},
michael@0 12 "power":{},
michael@0 13 "webapps-manage":{},
michael@0 14 "mobileconnection":{},
michael@0 15 "bluetooth":{},
michael@0 16 "telephony":{},
michael@0 17 "voicemail":{},
michael@0 18 "device-storage:pictures":{ "access": "readwrite" },
michael@0 19 "device-storage:sdcard":{ "access": "readwrite" },
michael@0 20 "settings":{ "access": "readwrite" },
michael@0 21 "storage":{},
michael@0 22 "camera":{},
michael@0 23 "geolocation":{},
michael@0 24 "wifi-manage":{},
michael@0 25 "desktop-notification":{},
michael@0 26 "idle":{},
michael@0 27 "network-events":{},
michael@0 28 "embed-apps":{},
michael@0 29 "audio-channel-content":{},
michael@0 30 "audio-channel-alarm":{}
michael@0 31 },
michael@0 32 "locales": {
michael@0 33 "en-US": {
michael@0 34 "name": "Mochitest",
michael@0 35 "description": "Mochitests"
michael@0 36 }
michael@0 37 },
michael@0 38 "datastores-access" : {
michael@0 39 "foo" : { "readonly": false },
michael@0 40 "bar" : { "readonly": false }
michael@0 41 },
michael@0 42 "default_locale": "en-US"
michael@0 43 }

mercurial