testing/mochitest/manifest.webapp
author Sandor Molnar <smolnar@mozilla.com>
Tue, 28 Mar 2023 03:40:44 +0300
changeset 658088 5aa2b55eb19b133d270affbe0279338a0ad2b547
parent 326503 91e4d7e9bcf22516f0e0a6ed0e7bdd0518eaa8c1
permissions -rw-r--r--
Backed out changeset 251530e20422 (bug 1818819) for causing xpc failures in devtools/shared/tests/xpcshell/test_css-properties-db.js CLOSED TREE

{
  "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":{},
    "audio-channel-content":{},
    "audio-channel-alarm":{},
  },
  "locales": {
    "en-US": {
      "name": "Mochitest",
      "description": "Mochitests"
    }
  },
  "default_locale": "en-US"
}