Skip to content

Standalone app, push notification, web app manifest, precached urls and few security stuffs

Compare
Choose a tag to compare
@tbela99 tbela99 released this 26 Jul 00:40
· 434 commits to master since this release
  • Added push notifications using onesignal
  • Added web app manifest support: The app can be installed as a standalone application (tested on google chrome/android / windows 10 / firefox android)
  • Precached urls list. You can now provide a list of urls that will be precached when the service worker is installed.
  • Added router api. Add routes to customize fetch event networking strategy by using either a static route or a regexp
  • Rebuild service worker and the manifest whenever the plugin is installed or the settings are updated
  • Override meta name=generator with custom text
  • Add a secret token to prevent administrator access
  • Insert scripts and css that have 'data-position="head"' attribute in head instead of the body