michael@0: #if 0 michael@0: ; This Source Code Form is subject to the terms of the Mozilla Public michael@0: ; License, v. 2.0. If a copy of the MPL was not distributed with this file, michael@0: ; You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: #endif michael@0: michael@0: #filter substitution michael@0: michael@0: [App] michael@0: ID=webapprt@mozilla.org michael@0: Vendor=Mozilla michael@0: ; Note: the Windows stub executable sets nsXREAppData::name to the webapp michael@0: ; origin, overriding the value below, to make the app runner treat webapps michael@0: ; as distinct products, per bug 747409. michael@0: Name=Webapp Runtime michael@0: Version=@GRE_MILESTONE@ michael@0: BuildID=@GRE_BUILDID@ michael@0: UAName=@MOZ_APP_BASENAME@ michael@0: michael@0: [Gecko] michael@0: MinVersion=@GRE_MILESTONE@ michael@0: MaxVersion=@GRE_MILESTONE@ michael@0: michael@0: [Crash Reporter] michael@0: #if MOZILLA_OFFICIAL michael@0: Enabled=1 michael@0: #endif michael@0: ServerURL=https://crash-reports.mozilla.com/submit?id=webapprt@mozilla.org&version=@GRE_MILESTONE@&buildid=@GRE_BUILDID@