~click2dial-extension-devteam/click2dial-firefox-extension/2.0

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:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
         xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Description RDF:about="urn:mozilla:install-manifest"
                   em:id="asterisk-ext@acipia.fr"
                   em:name="Asterisk Click2Dial Extension"
                   em:version="1.6pre"
                   em:creator="Jonathan SEMCZYK"
                   em:description="Adds Click2Dial functionality to Firefox/Thunderbird."
                   em:homepageURL="http://www.acipia.fr/community/asterisk/asterisk-click2dial-firefox-extension/"
                   em:iconURL="chrome://asterisk-ext/skin/logo-32.png"
                   em:optionsURL="chrome://asterisk-ext/content/options.xul">
    <em:targetApplication RDF:resource="rdf:#$8weTY"/>
  </RDF:Description>
  <RDF:Description RDF:about="rdf:#$8weTY"
                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                   em:minVersion="3.6"
                   em:maxVersion="3.6.*" />
</RDF:RDF>