Understanding the App Manifest Properties
Learn how to use the properties of an app manifest to configure the look and behavior of an installed progressive web app.
We'll cover the following...
After linking the manifest.json file in our HTML files, we can start adding properties to this manifest file. An app manifest has a variety of properties, which include:
nameshort_namedescriptiontheme_color
Ask