Search⌘ K
AI Features

Understanding the App Manifest Properties

Explore the core properties of the web app manifest file including name, short name, icons, and display options. Understand how to configure these settings and use meta tags for iOS support to enhance PWA installation and functionality.

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
...