tor-browser

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

application-manifest-basic.html (240B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Simple manifest</title>
      6  <link rel="manifest" href='data:application/manifest+json,{"name": "FooApp"}'>
      7 </head>
      8 <body>
      9  <pre><code>{ "name": "Foo App" }</code></pre>
     10 </body>