aboutsummaryrefslogtreecommitdiff
path: root/common/source_files/browser/branding/librewolf/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/source_files/browser/branding/librewolf/configure.sh')
-rw-r--r--common/source_files/browser/branding/librewolf/configure.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/source_files/browser/branding/librewolf/configure.sh b/common/source_files/browser/branding/librewolf/configure.sh
new file mode 100644
index 0000000..69a5b64
--- /dev/null
+++ b/common/source_files/browser/branding/librewolf/configure.sh
@@ -0,0 +1,9 @@
+# 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/.
+
+MOZ_APP_NAME=librewolf
+MOZ_APP_BASENAME="LibreWolf"
+MOZ_APP_PROFILE=librewolf
+MOZ_APP_VENDOR=LibreWolf
+
bgstack15