blob: 57f8b9b4e7b6419dac1a7308f4667742409e00e9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Empty manifest</title>
<link rel="manifest" href='data:application/manifest+json,{"name": 0}'>
</head>
<body>
<pre><code>{ }</code></pre>
</body>
|