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 RemotingName=@MOZ_APP_REMOTINGNAME@
22 #ifdef MOZ_APP_DISPLAYNAME
23 CodeName=@MOZ_APP_DISPLAYNAME@
25 Version=@MOZ_APP_VERSION@
26 #ifdef MOZ_APP_PROFILE
27 Profile=@MOZ_APP_PROFILE@
30 #ifdef MOZ_SOURCE_REPO
31 SourceRepository=@MOZ_SOURCE_REPO@
33 #ifdef MOZ_SOURCE_STAMP
34 SourceStamp=@MOZ_SOURCE_STAMP@
39 MinVersion=@GRE_MILESTONE@
40 MaxVersion=@GRE_MILESTONE@
43 #ifdef MOZ_PROFILE_MIGRATOR
44 EnableProfileMigrator=1
50 ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@