We only support those web APIs listed by electron.
audio
: Access to audio devices.
video
: Access to video devices.
geolocation
: Access to user's current location.
notifications
: Request notification creation and the ability to display them in the user's system tray.
midiSysex
: Use of system exclusive messages in the webmidi API.
pointerLock
: Access to mouse movements as an input method.
fullscreen
: Access to fullscreen mode.
openExternal
: Access to open links in external applications.
clipboard-read
: Access to read from the clipboard.
clipboard-sanitized-write
: Access to write to the clipboard.
usb
: Access to one or more USB devices
`hid : Access to one or more HID devices
Defines the type of requested web APIs permission.