lackac / callout

Notification Services for Javascript in Firefox (Growl, and alike)

This URL has Read+Write access

callout / install.rdf
2c2dbcd2 » lackac 2008-06-01 Importing existing sources 1 <?xml version="1.0" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
5 <em:id>callout@lackac.hu</em:id>
6 <em:name>Callout</em:name>
7 <em:version>0.3.2.1</em:version>
8 <em:creator>László Bácsi</em:creator>
9 <em:description>Notification Services for Javascript</em:description>
10 <em:homepageURL>https://addons.mozilla.org/en-US/firefox/addon/7458</em:homepageURL>
11 <!--<em:updateURL>https://lackac.hu/lab/callout/update</em:updateURL>-->
12 <em:aboutURL>chrome://callout/content/about.xul</em:aboutURL>
13 <em:optionsURL>chrome://callout/content/options.xul</em:optionsURL>
14 <em:iconURL>chrome://callout/content/callout.png</em:iconURL>
15 <em:targetApplication>
16 <Description>
17 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
18 <em:minVersion>2.0</em:minVersion>
19 <em:maxVersion>3.0.*</em:maxVersion>
20 </Description>
21 </em:targetApplication>
22 </Description>
23 </RDF>