How to save file from user in case Chrome extenstion?
I need to play short audio file for notification. I want to give to the user pick that the file before. Therefore I can get filepath for example from window.showOpenFilePicker()
. But how to set source to audio element and retain the file persists between browser launches for future uses?