Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
. configure -menu .mbar
menu .mbar
.mbar add cascade -label "File" -underline 0 -menu .mbar.file
menu .mbar.file
.mbar.file add command -label "New" -underline 0 -command {}
.mbar.file add command -label "Open" -underline 0 -command {}
.mbar.file add command -label "Save" -underline 0 -command {}
.mbar.file entryconfigure "Save" -state disabled
.mbar.file entryconfigure "Save" -state normal
.mbar.file invoke "Save"