(If this has already been requested, feel free to merge)
I know I can save sharptools kiosk dashboard view as a safari home screen icon but…
It limits me to the default icon provided by app.sharptools.io hence multiple dashboard homescreen icons end up looking the same.
However when using this method apple appends a web app metatag to the HTML that enables it to open in full screen which is the desired behavior.
In order to have my own custom icons I need to use iOS shortcuts app and create my own cusrom icons. Shortcuts allows to select any photo as that icon but opens the url as it is without the appended metatag as safari doesn’t have that method exposed to shortcuts.
Would be nice if the metatag would be part of the sharptools generated HTML at least when selecting view in kiosk mode?
Spec for the metatag in the following developer article by apple:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html