public
Description: Send and receive del.icio.us "links for you"
Homepage: http://code.google.com/p/delinkydink/
Clone URL: git://github.com/webiest/delinkydink.git
Click here to lend your support to: delinkydink and make a donation at www.pledgie.com !
delinkydink / install.rdf
100644 20 lines (19 sloc) 0.77 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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:id>delinkydink@mozilla.doslash.org</em:id>
<em:name>Delinkydink</em:name>
<em:version>1.1.5</em:version>
<em:description>Delinkydink</em:description>
<em:creator>Delinkydink</em:creator>
 
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.0pre</em:maxVersion>
</Description>
</em:targetApplication>
<!--<em:updateURL>http://delinkydink.googlecode.com/svn/trunk/update.rdf</em:updateURL>-->
</Description>
</RDF>