mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 04:11:51 +00:00
Co-authored-by: Slowlife01 <slowlife1165@gmail.com> Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> Co-authored-by: reizumi <reizumichan@protonmail.com>
19 lines
847 B
Plaintext
19 lines
847 B
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# nsBrowserGlue.js
|
|
|
|
# This component must restrict its registration for the app-startup category
|
|
# to the specific list of apps that use it so it doesn't get loaded in xpcshell.
|
|
# Thus we restrict it to these apps:
|
|
#
|
|
# browser: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
|
|
# mobile/android: {aa3c5121-dab2-40e2-81ca-7ea25febc110}
|
|
|
|
category app-startup nsBrowserGlue @mozilla.org/browser/browserglue;1 application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} application={aa3c5121-dab2-40e2-81ca-7ea25febc110}
|
|
|
|
#include common/Components.manifest
|
|
#include sessionstore/SessionComponents.manifest
|
|
#include live-folders/LiveFoldersComponents.manifest
|