=== Progressive WordPress === Contributors: nico_martin Donate link: https://www.paypal.me/NicoMartin Tags: PWA, Progressive Web App, Progressive Web Application, progressive, installable, offline, offline usage, push notifications, manifest, web app manifest, serviceworker Requires at least: 4.7 Tested up to: 4.9.1 Stable tag: 0.1.0 Requires PHP: 5.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == This plugin adds Progressive Web App features to your WordPress site and turns it into a PWA. **This plugin is currently in an open beta phase. I'd love to get some feedback from the community! [nico@sayhello.ch](mailto:nico@sayhello.ch)** = Web App Manifest = Create a web app manifest from the WordPress backend. **No coding skills required!** = Installable = Provide an awesome app-like experience while making your website installable. Therefore it takes the data from the manifest.json. = Offline usage = No connection? No Problem! This feature allows you to provide offline usage for your website. A copy of each pages is stored in the cache as your visitors view them. This allows a visitor to load any previously viewed page while they are offline. This then adds the „offline page“ that allows you to customize the message and experience if the app is offline, and the page is not in the cache. = Push notifications = Coming soon.. == Screenshots == 1. Make your website installable 2. Create a Web App Manifest.. 3. ..no coding skills required 4. Make your app ready for offline use == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory or install it from the plugin directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Done == Frequently Asked Questions == = No questions yet = There are no at the moment. Please use the support forum. I'll update this section as soon as there are actually some FAQs. == Contribute == A development version of this plugin is hosted on github. If you have some ideas for improvements, feel free to dive into the code: [https://github.com/nico-martin/progressive-wordpress](https://github.com/nico-martin/progressive-wordpress) == Changelog == = 0.1.0 = * Initial version