-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
63 lines (57 loc) · 2.52 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
62
63
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="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>{b676e3ff-cda7-4e0c-b2b8-74e4bb40a67a}</em:id>
<em:name>Mozilla-laajennus Voikon käyttöön</em:name>
<em:version>2.2</em:version>
<em:description>Mozilla-laajennus Voikko-oikoluvun käyttöön</em:description>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>Spell checker based on Voikko</em:name>
<em:description>Open source spell checker Voikko for Mozilla and needed libraries.</em:description>
</Description>
</em:localized>
<em:creator>Andris.Pavenis <[email protected]></em:creator>
<em:contributor>Marko Wallin <[email protected]></em:contributor>
<em:contributor>Harri Pitkänen <[email protected]></em:contributor>
<em:contributor>http://voikko.puimula.org - Voikon kehitys</em:contributor>
<em:iconURL>chrome://voikko/skin/icon.png</em:iconURL>
<em:unpack>true</em:unpack>
<em:type>2</em:type>
<em:homepageURL>https://github.com/voikko/mozvoikko/wiki</em:homepageURL>
<em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
<em:targetPlatform>Linux_x86_64-gcc3</em:targetPlatform>
<em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform>
<em:targetPlatform>Darwin_x86_64-gcc3</em:targetPlatform>
<em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform>
<em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
<em:targetPlatform>WINNT_x86_64-msvc</em:targetPlatform>
<em:targetApplication>
<!-- Mozilla Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Mozilla Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>33.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Mozilla SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.2</em:minVersion>
<em:maxVersion>2.30</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>