...

/

Understanding the App Manifest Properties

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.

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:

  • name
  • short_name
  • description
  • theme_color
...