tor-browser

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

components.conf (577B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 Classes = [
      6     {
      7         "cid": "{38971986-c834-4f52-bf17-5123fbc9dde5}",
      8         "contract_ids": ["@mozilla.org/browser/selectable-profiles-service-clh;1"],
      9         "categories": {
     10             "command-line-handler": "m-sps",
     11         },
     12         'esModule': "resource:///modules/profiles/SelectableProfileService.sys.mjs",
     13         "constructor": "CommandLineHandler",
     14     },
     15 ]