-
Notifications
You must be signed in to change notification settings - Fork 6
/
install.rdf
47 lines (41 loc) · 1.54 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
<?xml version="1.0"?>
<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:type>2</em:type>
<em:name>Color Folders</em:name>
<em:description>Color Folder Treeview Icons.</em:description>
<em:id>[email protected]</em:id>
<em:creator>fisheater</em:creator>
<em:version>1.1</em:version>
<em:iconURL>chrome://colorfolders/content/colorfolders.png</em:iconURL>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>Color Folders</em:name>
<em:description>Color Folder Treeview Icons.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>en-GB</em:locale>
<em:name>Colour Folders</em:name>
<em:description>Colour Folder Treeview Icons.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ja-JP</em:locale>
<em:name>Color Folders</em:name>
<em:description>フォルダツリービューのアイコンの色を変更します。</em:description>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id><!-- Thunderbird -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>24.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>