Working with Manifest Files
Learn how to use the manifest file.
We'll cover the following...
We'll cover the following...
A manifest file provides information about an app in JSON format. It is usually in the root folder of an application. The following code snippet shows how to add a manifest file named manifest.json to the index.html file:
Here is a sample manifest file that includes many possible fields:
As mentioned earlier, a manifest file must include the name of the application and at least one icon. Beyond that, everything else is optional, although is it highly recommended that we include description, short_name, and start_url as a minimum.