From 9b234c18349a25589b47c42ea4ca9a497d313ae1 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Wed, 10 Apr 2024 10:27:26 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1faf82f93..d13f200c6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ Workbox is a collection of JavaScript libraries for - [Get started](https://developers.google.com/web/tools/workbox/guides/get-started) - [Contribute](CONTRIBUTING.md) +## Maintenance updated + +Workbox is a powerful library originally developed by members of Chrome's +developer relations team to facilitate the creation of Progressive Web Apps +and to improve the offline experience of web applications. It offers a suite +of tools and strategies for efficiently caching and serving web assets, +managing service workers, and handling offline scenarios. Workbox simplifies +the implementation of common caching patterns and provides developers with a +comprehensive toolkit to build robust, resilient web applications. From now +on, [Chrome's Aurora team](https://developer.chrome.com/docs/aurora) will be +the new owners of Workbox. + ## Contributing Development happens in the open on GitHub. We're thankful to the community for