tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

load-ok-json-error.html (286B)


      1 <!doctype html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>Manifest successful load with a warning</title>
      5  <link rel="manifest" href='data:application/manifest+json,{"name": "Foo}'>
      6 </head>
      7 <body>
      8 <h1>Manifest OK with validation errors</h1>
      9 <p>The manifest has invalid JSON</p>
     10 </body>