tor-browser

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

protocol_handlers-member.webmanifest (387B)


      1 {
      2   "name": "Protocol_handlers test",
      3   "icons": [
      4     {
      5       "src": "icon.png",
      6       "sizes": "144x144"
      7     }
      8   ],
      9   "start_url": "../protocol_handlers-member-manual.tentative.html",
     10   "display": "standalone",
     11   "scope": "../../protocol_handlers-member/",
     12   "protocol_handlers": [
     13     {
     14       "protocol": "web+testing",
     15       "url": "protocol_handlers_entry.html?value=%s"
     16     }
     17   ]
     18 }