relmanifest
Relmanifest refers to the link relation type used to indicate a Web App Manifest resource for a web application. In HTML documents, it is declared with a link element such as <link rel="manifest" href="/manifest.webmanifest">. The same relation can also be conveyed via the HTTP Link header. The manifest resource provides metadata that enables progressive web apps (PWAs) to be installed and run in a stand-alone context.
The Web App Manifest is a JSON file that defines how the application should behave when installed.
Standards and usage: the manifest is described by the Web App Manifest specification, developed within the
See also: progressive web apps, web app manifest, service workers, add to home screen.