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