MANIFEST

Used to represent the icon described in Web App Manifest.

This is used only in WebAppIcon.

This corresponds to the following description of html/json.

<link rel="manifest" href="manifest.json">
{
"icons": [
{
"src": "icon.png",
"type": "image/png",
"sizes": "48x48"
}
]
}

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Priority to expect quality.

Link copied to clipboard

Raw value of rel.