Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<head>
<meta charset="utf-8">
<title>Manifest successful load with a warning</title>
<link rel="manifest" href='data:application/manifest+json,{"name": "Foo}'>
</head>
<body>
<h1>Manifest OK with validation errors</h1>
<p>The manifest has invalid JSON</p>
</body>