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.

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

mercurial