summaryrefslogtreecommitdiff
path: root/chromium/chrome/installer/linux/common/chromium-browser/chromium-browser.info
blob: d49854144e1151a32e1380f13f29c8a17666bc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
# chromium-browser packages for various platforms.

# Base name of the package.
PACKAGE="chromium-browser"

# Base name of the snap package
SNAPNAME="chromium"

# Filename of the main executable (for generating launcher scripts, etc.)
PROGNAME=chrome

# Base directory for package installation.
INSTALLDIR=/opt/chromium.org/chromium

# Directory for device policy enrollments.
ENROLLMENTDIR=/etc/chromium/policies/enrollment

# Display string for desktop menu/icon.
MENUNAME="Chromium Web Browser"

# Brief package description.
SHORTDESC="The web browser from Chromium.org"

# Detailed package description.
FULLDESC="Chromium 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="Chromium Linux Team"
MAINTMAIL="chromium-linux-packager@chromium.org"
PRODUCTURL="http://www.chromium.org/"