testing/mochitest/manifest.webapp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mochitest/manifest.webapp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +{
     1.5 +  "name": "Mochitest",
     1.6 +  "type": "certified",
     1.7 +  "description": "Mochitests",
     1.8 +  "developer": {
     1.9 +    "name": "The Ateam",
    1.10 +    "url": "https://wiki.mozilla.org/Auto-tools"
    1.11 +  },
    1.12 +  "permissions": {
    1.13 +    "alarms": {},
    1.14 +    "browser":{},
    1.15 +    "power":{},
    1.16 +    "webapps-manage":{},
    1.17 +    "mobileconnection":{},
    1.18 +    "bluetooth":{},
    1.19 +    "telephony":{},
    1.20 +    "voicemail":{},
    1.21 +    "device-storage:pictures":{ "access": "readwrite" },
    1.22 +    "device-storage:sdcard":{ "access": "readwrite" },
    1.23 +    "settings":{ "access": "readwrite" },
    1.24 +    "storage":{},
    1.25 +    "camera":{},
    1.26 +    "geolocation":{},
    1.27 +    "wifi-manage":{},
    1.28 +    "desktop-notification":{},
    1.29 +    "idle":{},
    1.30 +    "network-events":{},
    1.31 +    "embed-apps":{},
    1.32 +    "audio-channel-content":{},
    1.33 +    "audio-channel-alarm":{}
    1.34 +  },
    1.35 +  "locales": {
    1.36 +    "en-US": {
    1.37 +      "name": "Mochitest",
    1.38 +      "description": "Mochitests"
    1.39 +    }
    1.40 +  },
    1.41 +  "datastores-access" : {
    1.42 +    "foo" : { "readonly": false },
    1.43 +    "bar" : { "readonly": false }
    1.44 +  },
    1.45 +  "default_locale": "en-US"
    1.46 +}

mercurial