The manifest link tag is used to link a web application to a JSON manifest file. This file contains metadata about the web app such as its name, icons, and start URL. It is a key component in creating a Progressive Web App (PWA) that can be installed on a user’s device.
<link rel="manifest" href="/manifest.json"><link rel="manifest" href="site.webmanifest">