xulrunner/examples/simple/application.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #filter substitution
michael@0 2 [App]
michael@0 3 ;
michael@0 4 ; This field specifies your organization's name. This field is recommended,
michael@0 5 ; but optional.
michael@0 6 Vendor=MozillaTest
michael@0 7 ;
michael@0 8 ; This field specifies your application's name. This field is required.
michael@0 9 Name=Simple
michael@0 10 ;
michael@0 11 ; This field specifies your application's version. This field is required.
michael@0 12 Version=0.1
michael@0 13 ;
michael@0 14 ; This field specifies your application's build ID (timestamp). This field is
michael@0 15 ; required.
michael@0 16 BuildID=20070625
michael@0 17 ;
michael@0 18 ; This field specifies a compact copyright notice for your application. This
michael@0 19 ; field is optional.
michael@0 20 Copyright=Copyright (c) 2004 Mozilla.org
michael@0 21 ;
michael@0 22 ; This ID is just an example. Every XUL app ought to have it's own unique ID.
michael@0 23 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
michael@0 24 ; irc.mozilla.org and /msg botbot uuid. This field is optional.
michael@0 25 ID={3aea3f07-ffe3-4060-bb03-bff3a5365e90}
michael@0 26
michael@0 27 [Gecko]
michael@0 28 ;
michael@0 29 ; This field is required. It specifies the minimum Gecko version that this
michael@0 30 ; application requires.
michael@0 31 MinVersion=@MOZILLA_VERSION_U@
michael@0 32 ;
michael@0 33 ; This field is optional. It specifies the maximum Gecko version that this
michael@0 34 ; application requires. It should be specified if your application uses
michael@0 35 ; unfrozen interfaces.
michael@0 36 MaxVersion=@MOZILLA_VERSION_U@
michael@0 37
michael@0 38 [Shell]
michael@0 39 ;
michael@0 40 ; This field specifies the location of your application's main icon with file
michael@0 41 ; extension excluded. NOTE: Unix style file separators are required. This
michael@0 42 ; field is optional.
michael@0 43 Icon=chrome/icons/default/simple

mercurial