I work for an information kiosk development company and I was given the task of creating a library for working with USB devices in an information kiosk. I implemented this using “navigator.usb”, but ran into a problem: this implementation requires the user to manually press a button to grant access to the USB device. However, I need the connection to happen automatically, without user interaction. I found that automatic access can be configured using “Chrome Enterprise Policy”. However, I don’t understand how to apply these policies in an Electron js application. How can I configure and use “Chrome Enterprise Policy” in Electron js to automatically connect USB devices? Is this possible?