2 #ifdef MOZ_BUILD_APP_IS_BROWSER
3 ; This file is not used. If you modify it and want the application to use
4 ; your modifications, move it under the browser/ subdirectory and start with
5 ; the "-app /path/to/browser/application.ini" argument.
7 ; This file is not used. If you modify it and want the application to use
8 ; your modifications, start with the "-app /path/to/application.ini"
13 ; This Source Code Form is subject to the terms of the Mozilla Public
14 ; License, v. 2.0. If a copy of the MPL was not distributed with this
15 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
19 Vendor=@MOZ_APP_VENDOR@
20 Name=@MOZ_APP_BASENAME@
21 #ifdef MOZ_APP_DISPLAYNAME
22 CodeName=@MOZ_APP_DISPLAYNAME@
24 Version=@MOZ_APP_VERSION@
25 #ifdef MOZ_APP_PROFILE
26 Profile=@MOZ_APP_PROFILE@
29 #ifdef MOZ_SOURCE_REPO
30 SourceRepository=@MOZ_SOURCE_REPO@
32 #ifdef MOZ_SOURCE_STAMP
33 SourceStamp=@MOZ_SOURCE_STAMP@
38 MinVersion=@GRE_MILESTONE@
39 MaxVersion=@GRE_MILESTONE@
42 #ifdef MOZ_PROFILE_MIGRATOR
43 EnableProfileMigrator=1
49 ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@