what is manifest.json? code example
Example: manifest.json
# manifest.json in your react project inside public folder
This provides application metadata for Progressive Web Apps. For
example, the file allows installation of your application on a mobile phone’s home
screen, similar to native apps. It contains the app name, icons, theme colors, and other
data needed to make your app installable.