To make FinchBlox:
- Create a folder called 'finchblox' in the main folder.
- Copy HummingbirdDragAndDrop.html, all.js, click2.wav, MyCSS.css and MyCSS_rtl.css to finchblox folder.
- Copy Fonts folder to within finchblox folder
- Add the following script to HummingbirdDragAndDrop.html right after the call to all.js:
<script> GuiElements.isPWA = true; </script>