Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 373 Bytes

ADGSDKServiceWorker

This repo allows you to convert your application into a service worker and make it a PWA.

To generate image assets and stuff use this

https://www.pwabuilder.com/

  • Expose the offline.html as a route in your app /offline.html

  • Inject sw.js on all your routes in your application.

  • Edit the manifest.webmanifest accordingly.