Progressive Web Apps | Microsoft Edge and UWP web apps now support [Progressive Web Apps (PWAs)](https://docs.microsoft.com/microsoft-edge/progressive-web-apps)! </br> * Using [standards-based web technologies](https://developer.mozilla.org/Apps/Progressive) and [feature detection](https://docs.microsoft.com/microsoft-edge/progressive-web-apps/windows-features), you can enhance your web apps to provide native app experiences, including push notifications, offline support, and OS integration, while still offering a great baseline web app experience on browsers and platforms that don’t yet support PWA technologies. </br> * [Adding a manifest file](https://docs.microsoft.com/microsoft-edge/progressive-web-apps/get-started) to your app enables it to be installed across the entire UWP device family (including secure [Windows 10 S-mode devices](https://www.microsoft.com/windows/windows-10-s)) and distributed from the [Microsoft Store](https://docs.microsoft.com/microsoft-edge/progressive-web-apps/microsoft-store). </br> PWAs are a natural evolution of *Hosted Web Apps*, but with standards-based support for offline scenarios, thanks to the *Service Workers*, *Cache*, and *Push APIs*.
0 commit comments