Then, when the new dialog box pops up, you will have the opportunity to rename the application, or keep the default.
And there you have it, you've not only created a quick link to your web-app, but you've also created a pseudo application at the same time.
Github user @weberbox has developed an Android application for PiFire. It's actively under development. (https://github.com/weberbox/PiFire-Android)
From Weberbox (modified slightly for brevity):
For mobile development PiFire Android v1.3.1 is designed for the current state of the PiFire development branch.
There still may be some bugs here and there as I cannot test every device but I think it is stable enough. There is an error reporting feature built in if the app crashes it is up to the user if they want to share a crash report or not. It can also be disabled in app settings if desired.
Releases can be found here: https://github.com/weberbox/PiFire-Android/releases
There are currently two versions that can be downloaded:
Github Firebase – This supports push notifications directly to the application from PiFire. It was redesigned so it no longer requires custom compiling the Android source and signing up for Firebase etc. This uses a hosted aws server to facilitate communication from a PiFire Server(grill) to Google Firebase then to the Android Client. You only need to enable it from the app once you have connected the app to a PiFire server. The middle service is currently setup using a free tier of hosting and with the current user base of PiFire it should remain in the free tier. If PiFire ever grows large this may need to be reworked to avoid a monthly cost on my part. This version requires the device to have Google play services installed.
Github NonFirebase – This version does not support mobile push notifications in the Android app. Pushbullet, Pushover, IFTTT, etc are still supported by the server but PiFire Android will not receive push notifications directly. This version does not require Google play services installed.
There is also one more version that can be self compiled in case anyone wants to do that. It should be straight forward. Just download the source and import the project to Android Studio. There usually will be a few prompts to download an NDK and/or SDK. This option would require some additional work for push notifications as it does not include all the needed Google play files or server links.