I am creating an app using electron and I want to save the index.html page so that it will open the same next time.
For example, if a button on the page changed the value of a text object on the page and I wanted the text object to open with the same text next time how would I do that?