-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.ini
37 lines (36 loc) · 1.31 KB
/
application.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[App]
;
; This field specifies your organization's name. This field is recommended,
; but optional.
Vendor=Michele Baldessari
;
; This field specifies your application's name. This field is required.
Name=mozilla2ps
;
; This field specifies your application's version. This field is optional.
Version=0.8
;
; This field specifies your application's build ID (timestamp). This field is
; required.
BuildID=200811302020
;
; This field specifies a compact copyright notice for your application. This
; field is optional.
Copyright=Copyright (c) 2006-2010 Michele Baldessari
;
; This ID is just an example. Every XUL app ought to have it's own unique ID.
; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
; irc.mozilla.org and /msg botbot uuid. This field is optional.
ID={3995563a-1d62-484c-823d-d5429f02da67}
[Gecko]
;
; This field is required. It specifies the minimum Gecko version that this
; application requires. Specifying 1.8 matches all releases with a version
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
MinVersion=1.8
;
; This field is optional. It specifies the maximum Gecko version that this
; application requires. It should be specified if your application uses
; unfrozen interfaces. Specifying 1.8 matches all releases with a version
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
MaxVersion=1.9.2