tor-browser

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

application-manifest-invalid-json.html (229B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Invalid JSON</title>
      6  <link rel="manifest" href='data:application/manifest+json,foo:'>
      7 </head>
      8 <body>
      9  <p>Invalid JSON:</p>
     10  <pre><code>foo:</code></pre>
     11 </body>