App Store PR is merged. Requested (via comment) on the bioviz PR to avoid hard-coding the full URL in the menu, e.g., please continue to use "index.html" instead of "https://www.bioviz.org/index.html"
Maybe what can happen is that when the menu-related files are retrieved from the bioviz repository during App Store start-up, some code can replace the non-absolute URLs with absolute ones. This also means that the App Store configuration will need to know not just the repository and branch of the BioViz site, it will also need to know the BioViz site's URL, e.g., "bioviz.org" or "test.bioviz.org" or whatever it is. I do not think this is a problem ... it's just a matter of adding an additional configuration.
Last but not least, App Store will need get updated to use a new menu HTML file when the HTML file gets updated in the bioviz git repository. This menu file does change relatively frequently as we add new content.
Hi Professor [~aloraine],
As discussed I have submitted the following pull request for App store:
Pull Request for Bioviz:
Please let me know if this looks good to you.