Progressive Web Apps, also known as Installable Web Apps or Hybrid Web Apps, are regular web pages (or websites) but can appear to the user like traditional applications or (native) mobile applications. This new application type attempts to combine features offered by most modern browsers with the benefits of mobile experience. (Wikipedia, Sep. 2017)
This is an extension for the MediaWiki platform. It is an addition to the MobileFrontend extension (1.27+) and should not be installed without it.
-
To install this extension please clone this repository or download the Zip Archive and extract it into your extension folder.
-
Include it in your
LocalSettings.php
:
wfLoadExtension( 'ProgressiveWebApp' );
TODO