I need to create an offline application with HTML and JS, that can edit and write files (local application folder, but NOT sandboxed browser local storage).
Is there any way to do this, in a reasonably lightweight and straightforward way? Researching this question gave me the following overview of available options - Electron is gigantic, Chrome Apps are a discontinued project, W3C FileSystem API was abandoned, W3C File API is very restrictive.