tor-browser

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

gecko_view_addons.json (276B)


      1 [
      2  {
      3    "namespace": "manifest",
      4    "types": [
      5      {
      6        "$extend": "PermissionPrivileged",
      7        "choices": [
      8          {
      9            "type": "string",
     10            "enum": ["geckoViewAddons", "nativeMessagingFromContent"]
     11          }
     12        ]
     13      }
     14    ]
     15  }
     16 ]