public
Description: Firefox extension, which gives a random page from your Unfiled bookmarks
Homepage: http://lackac.name/
Clone URL: git://github.com/lackac/teatime.git
Click here to lend your support to: teatime and make a donation at www.pledgie.com !
lackac (author)
Fri Jul 04 09:59:08 -0700 2008
commit  10431236d43c8a3f04624c2d84e1bbd24c82e1f6
tree    472e098faf2b5b89ea44c9efc1f08e83670c8fc7
parent  6af1a7c7bac653fc19b8dcc2bafc2062fc5e8996
teatime / install.rdf
100644 24 lines (23 sloc) 1.057 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>teatime@lackac.hu</em:id>
    <em:name>Tea Time</em:name>
    <em:version>1.0</em:version>
    <em:creator>László Bácsi</em:creator>
    <em:description>Gives a random page from your Unfiled bookmarks</em:description>
    <em:homepageURL>http://lackac.name/</em:homepageURL>
<!-- <em:updateURL>http://lackac.hu/lab/teatime/update</em:updateURL>-->
    <em:aboutURL>chrome://teatime/content/about.xul</em:aboutURL>
    <em:optionsURL>chrome://teatime/content/options.xul</em:optionsURL>
    <em:iconURL>chrome://teatime/content/teatime.png</em:iconURL>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
        <em:minVersion>3.0b2</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>