I am making an add-in that allows the user to add configurations which have properties like name, url, etc. I am trying to save the configurations out to a json file and I need that data to be accessed by an html file. I tried using the custom settings in the Module with OnReadSettingsAsync and OnWriteSettingsAsync, but I don't know how I would be able to link that in my HTML file. So I wanted to know if there is a specific folder to write files to for persisting data. It should also be noted that I want the data to persist in every project and not be specific to each project.