=== 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.2 Stable tag: 0.2.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. **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. Makes use of the data from manifest.json. = Offline usage = No connection? No problem! This feature allows you to provide offline usage for your website. A copy of each page is stored in the browser cache as the visitor views it. This allows a visitor to load any previously viewed page while they are offline. The plugin also defines a special “offline page”, which allows you to customize a message and the 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 questions so far. 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 any 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.2.0 = * added offline indicator * Grammatical changes by [Mark Howells-Mead](https://profiles.wordpress.org/markhowellsmead/) * "installable" is now optional * Manifest Icon has to be png and min. 144x144px. = 0.1.0 = * Initial version