This is one of the most important features of Progressive Web Apps and provides many advantages, as follows:
- Easier access: Users normally put their most-used app on the home screen, as this provides easier access to the application
- Engagement: A user can engage with our application more frequently
The steps involved in making our web application appear on the home screen are as follows:
- In order to give our web application a mobile app appearance, we will modify the manifest.json file as shown in the following code.
- Open the friends application in your phone's Chrome browser using the deployed application URL available from your Firebase portal. The page prompts you with an option to add the ...