forked from horazont/tagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
38 lines (34 loc) · 1.73 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
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Tagger</em:name>
<em:version>0.9.2.1</em:version> <!-- change also in tracktype-query.js and about.xul -->
<em:creator>Jonas Wielicki</em:creator>
<em:description>Generating, modifying and saving tags (metadata) right in Songbird.</em:description>
<em:optionsURL>chrome://tagger/content/options.xul</em:optionsURL>
<em:iconURL>chrome://tagger/skin/addon-icon.png</em:iconURL>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.2.0</em:minVersion>
<em:maxVersion>1.10a</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Register a pane to be displayed below the service sidebar.
See http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Display_Panes -->
<songbird:displayPane>
<Description>
<songbird:contentTitle>Tagger</songbird:contentTitle>
<songbird:contentUrl>chrome://tagger/content/tagger.xul</songbird:contentUrl>
<songbird:contentIcon>chrome://tagger/skin/pane-icon.png</songbird:contentIcon>
<songbird:defaultWidth>340</songbird:defaultWidth>
<songbird:defaultHeight>440</songbird:defaultHeight>
<songbird:suggestedContentGroups>sidebar</songbird:suggestedContentGroups>
<songbird:showOnInstall>true</songbird:showOnInstall>
</Description>
</songbird:displayPane>
</Description>
</RDF>