1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/webapprt/application.ini.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +#if 0 1.5 +; This Source Code Form is subject to the terms of the Mozilla Public 1.6 +; License, v. 2.0. If a copy of the MPL was not distributed with this file, 1.7 +; You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 +#endif 1.9 + 1.10 +#filter substitution 1.11 + 1.12 +[App] 1.13 +ID=webapprt@mozilla.org 1.14 +Vendor=Mozilla 1.15 +; Note: the Windows stub executable sets nsXREAppData::name to the webapp 1.16 +; origin, overriding the value below, to make the app runner treat webapps 1.17 +; as distinct products, per bug 747409. 1.18 +Name=Webapp Runtime 1.19 +Version=@GRE_MILESTONE@ 1.20 +BuildID=@GRE_BUILDID@ 1.21 +UAName=@MOZ_APP_BASENAME@ 1.22 + 1.23 +[Gecko] 1.24 +MinVersion=@GRE_MILESTONE@ 1.25 +MaxVersion=@GRE_MILESTONE@ 1.26 + 1.27 +[Crash Reporter] 1.28 +#if MOZILLA_OFFICIAL 1.29 +Enabled=1 1.30 +#endif 1.31 +ServerURL=https://crash-reports.mozilla.com/submit?id=webapprt@mozilla.org&version=@GRE_MILESTONE@&buildid=@GRE_BUILDID@