From the course: JavaScript: Progressive Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

More Chrome DevTools

More Chrome DevTools - JavaScript Tutorial

From the course: JavaScript: Progressive Web Applications

Start my 1-month free trial

More Chrome DevTools

- [Instructor] Let's explore more of the Chrome dev tools that can help with PWA development. Click on the application tab. Here is where you can get information about your app and perform some actions to help you debug. Click on the manifest tab then click on the add to home screen link. Look at that, our UI appears. Since we're using Chrome to test and there isn't a home screen to add to the app, it doesn't really matter what we do here. But I'll click yes please just to simulate adding to the home screen. The equivalent in Chrome is Chrome asking if you'd like to add the app to your shelf. If you see this prompt, you know your add to home screen functionality is working. For now though, I'm just going to dismiss the prompt. You can click on the service workers tab to get information about your service workers. Let me just close the console on the bottom here. Although you can see now, the before install prompt was fired. In addition, you can use the service workers tab to better…

Contents