components.conf (565B)
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": "{974fe39b-4584-4cb5-bf62-5c141aedc557}", 8 "contract_ids": ["@mozilla.org/browser/taskbar-tabs-clh;1"], 9 "categories": { 10 "command-line-handler": "l-taskbar-tabs", 11 }, 12 'esModule': "resource:///modules/taskbartabs/TaskbarTabsCmd.sys.mjs", 13 "constructor": "CommandLineHandler", 14 }, 15 ]