Add a web app manifest with Create React App

A web app manifest is included into Create React App by default and allows anyone to install your React application on their device.

Houssein Djirdeh
Houssein Djirdeh

Create React App (CRA) includes a web app manifest by default. Modifying this file will allow you to change how your application is displayed when installed on the user's device.