How Chrome handles updates to the web app manifest
What it takes to change icons, shortcuts, colors, and other metadata for your PWA
What it takes to change icons, shortcuts, colors, and other metadata for your PWA
Telling browser vendors about issues you find in their browser
is an integral part of making the web platform better!
Persistent storage can help protect critical data from eviction, and reduce the chance of data loss.
There are many different options for storing data in the browser. Which one is best for your needs?
Progressive Web Apps are easy to install with a new install button in Chrome’s address bar (omnibox).
How to promote installation of Progressive Web Apps and best practices.
How to create sites which respond to the needs and capabilities of the device they are viewed on.
The getInstalledRelatedApps()
method allows your website to check whether
your iOS/Android/desktop app or PWA is installed on a user's device.
Learn how to use the Cache API to make your application data available offline.
When the user adds your Progressive Web App to their home screen on Android, Chrome automatically generates an APK for you, which we sometimes call a WebAPK. Being installed via an APK makes it possible for your app to show up in the app launcher, in Android's app settings and to register a set of intent filters.
A picture is worth 1000 words, and images play an integral part of every page. But they also often account for most of the downloaded bytes. With responsive web design not only can our layouts change based on device characteristics, but images as well.
How to select files, read file metadata and content, and monitor read progress.