From the course: Angular: Progressive Web Apps

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Making a dynamic title and status bar

Making a dynamic title and status bar - Angular Tutorial

From the course: Angular: Progressive Web Apps

Making a dynamic title and status bar

- [Instructor] The final tip that I have for you is on Android. I want to get a better installation dialogue. To do that, I will add to the manifest two properties. So in the manifest I'm going to add description that is just a description where you describe your app. For example, this is the best app for keep track of the coffees that you consume and if you like them or not. Any string will work. And then we also need at least one screenshot. The properties is called screenshots. It's an array, and it has the same syntax as icons. So it will include an object with SRC pointing to a screenshot. Then sizes and type. They can be JPEG or PNG files. For example, let's make PNG files. So I need at least one screenshot. How to take a screenshot? Well, for example, I can use my emulator, but any image will work as a screenshot. And now I can take that screenshot that goes to the desktop by default and put that screenshot…

Contents