/AddPWASupport

Primary LanguageC#OtherNOASSERTION

Add PWA Support

Build status

Download this extension from the VS Gallery or get the CI build.


This extension give you the feature to add PWA (Progressive Web APP) support for your web app

See the change log for changes and road map.

Features

  • Added context button "Add PWA Support" to web project

Add PWA Support Button

his button is enabled on web projects and clicking on it, it will add a manifest file and a server worker file to your project.

When extension is intalled you can see the Add PWA Support button on the project's context menu: Context Menu If click on the button you will see two PWA files: manifest.json e sw.js

New Files

Execute your web app and check your web app with lighthouse

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools extension for Visual Studio which enables some features used by this project.

License

Apache 2.0