public
Description: Notification Services for Javascript in Firefox (Growl, and alike)
Homepage: http://icanscale.com/callout/
Clone URL: git://github.com/lackac/callout.git
Click here to lend your support to: callout and make a donation at www.pledgie.com !
callout / install.rdf
100644 24 lines (23 sloc) 1.08 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>callout@lackac.hu</em:id>
    <em:name>Callout</em:name>
    <em:version>0.3.2.1</em:version>
    <em:creator>László Bácsi</em:creator>
    <em:description>Notification Services for Javascript</em:description>
    <em:homepageURL>https://addons.mozilla.org/en-US/firefox/addon/7458</em:homepageURL>
    <!--<em:updateURL>https://lackac.hu/lab/callout/update</em:updateURL>-->
    <em:aboutURL>chrome://callout/content/about.xul</em:aboutURL>
    <em:optionsURL>chrome://callout/content/options.xul</em:optionsURL>
    <em:iconURL>chrome://callout/content/callout.png</em:iconURL>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>