-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.rdf
61 lines (53 loc) · 1.93 KB
/
install.rdf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!--
Gmail Manager
By Todd Long <[email protected]>
http://www.longfocus.com/firefox/gmanager/
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{582195F5-92E7-40a0-A127-DB71295901D7}</em:id>
<em:version>0.6.4.1.7</em:version>
<em:type>2</em:type>
<em:name>Gmail Manager</em:name>
<em:description>Manage multiple Gmail accounts and receive new mail notifications.</em:description>
<em:creator>Todd Long <[email protected]></em:creator>
<em:contributor>BabelZilla.org translation team</em:contributor>
<em:homepageURL>http://www.longfocus.com/firefox/gmanager/</em:homepageURL>
<em:iconURL>chrome://gmanager/skin/gmail-icon.png</em:iconURL>
<em:optionsURL>chrome://gmanager/content/options/options.xul</em:optionsURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>99.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Flock -->
<em:targetApplication>
<Description>
<em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>2.6.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Seamonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.1</em:minVersion>
<em:maxVersion>2.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Songbird -->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.9.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>