tor-browser

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

shortcuts-member-skip-for-invalid-url.webmanifest (606B)


      1 {
      2     "name": "Shortcut test",
      3     "icons": [
      4         {
      5             "src": "pass.png",
      6             "sizes": "256x256"
      7         }
      8     ],
      9     "start_url": "../shortcuts-member-skip-for-invalid-url-manual.html",
     10     "display": "fullscreen",
     11     "scope": "../",
     12     "shortcuts": [{
     13         "name": "fail",
     14         "short_name": "",
     15         "description": "",
     16         "url": "http://foo:660000",
     17         "icons": []
     18     }, {
     19         "name": "pass",
     20         "short_name": "",
     21         "description": "",
     22         "url": "../shortcut_pass.html",
     23         "icons": [{
     24             "src": "pass.png"
     25         }]
     26     }]
     27 }