AboutSupportDeveloper GuideVersion 41.129.83.3
WebPermissionName:
    | "audio"
    | "video"
    | "geolocation"
    | "notifications"
    | "midiSysex"
    | "pointerLock"
    | "fullscreen"
    | "openExternal"
    | "clipboard-read"
    | "clipboard-sanitized-write"

Permission string keys for webAPIs

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.