summaryrefslogtreecommitdiff
path: root/chromium/chrome/installer/linux/common/google-chrome/google-chrome.info
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/installer/linux/common/google-chrome/google-chrome.info')
-rw-r--r--chromium/chrome/installer/linux/common/google-chrome/google-chrome.info36
1 files changed, 36 insertions, 0 deletions
diff --git a/chromium/chrome/installer/linux/common/google-chrome/google-chrome.info b/chromium/chrome/installer/linux/common/google-chrome/google-chrome.info
new file mode 100644
index 00000000000..03c56cf8d58
--- /dev/null
+++ b/chromium/chrome/installer/linux/common/google-chrome/google-chrome.info
@@ -0,0 +1,36 @@
+# Copyright 2009 The Chromium Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# This file provides common configuration information for building
+# google-chrome packages for various platforms.
+
+# Base name of the package.
+PACKAGE="google-chrome"
+
+# Base name of the snap package
+SNAPNAME="google-chrome"
+
+# Filename of the main executable (for generating launcher scripts, etc.)
+PROGNAME=chrome
+
+# Base directory for package installation.
+INSTALLDIR=/opt/google/chrome
+
+# Directory for device policy enrollments.
+ENROLLMENTDIR=/etc/opt/chrome/policies/enrollment
+
+# Display string for desktop menu/icon.
+MENUNAME="Google Chrome"
+
+# Brief package description.
+SHORTDESC="The web browser from Google"
+
+# Detailed package description.
+FULLDESC="Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
+
+# Package maintainer information.
+# TODO(mmoss) Setup a mailbox for this address
+MAINTNAME="Chrome Linux Team"
+MAINTMAIL="chromium-dev@chromium.org"
+PRODUCTURL="https://chrome.google.com/"