manifest.webapp 899 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "device-storage:pictures":{ "access": "readwrite" },
  18. "device-storage:sdcard":{ "access": "readwrite" },
  19. "settings":{ "access": "readwrite" },
  20. "storage":{},
  21. "camera":{},
  22. "geolocation":{},
  23. "wifi-manage":{},
  24. "desktop-notification":{},
  25. "idle":{},
  26. "network-events":{},
  27. "embed-apps":{},
  28. "audio-channel-content":{},
  29. "audio-channel-alarm":{},
  30. "before-after-keyboard-event":{}
  31. },
  32. "locales": {
  33. "en-US": {
  34. "name": "Mochitest",
  35. "description": "Mochitests"
  36. }
  37. },
  38. "default_locale": "en-US"
  39. }