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.

     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