I developed a web app that will be executed offline, from the SO file system. The client wants to add a file on the folder (along index.html) to be read by the web app. Is that possible?
I know that is possible to read files with javascript, but after the build process I don't know how to locate the file.