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.
<customUI xmlns="[URL unfurl="true"]http://schemas.microsoft.com/office/2006/01/customui">[/URL]
<ribbon startFromScratch="true">
<contextualTabs>
<tabSet idMso="TabSetFormReportExtensibility">
<tab id="MyTab" label="Home">
<group id="ListCommands" label="Main Menu">
<button id="btnHome"
imageMso="BlogHomePage" size="large"
label="Home"
onAction="mcrRibbon.ShowHome" />
</group>
</tab>
</tabSet>
</contextualTabs>
</ribbon>
</customUI>