I want to use text files to store JSON that I can read from via my main index.html file, in the same directory within the zip file. I have been unable to find any general Javascript way to achieve this, so I'm wondering if anyone else has successfully done this for itch.io, and if so, how they did it. One can load entire scripts, so surely simply reading text is possible, right?