After creating a web application that can run offline from the operating system's file system, the client is requesting the ability to include an additional file in the folder (next to index.html) for the app to access. Is this feasible?
While I am aware that JavaScript can read files, I am unsure of how to precisely locate the file after the app has been built.