GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Makes mailto: links load your webmail's compose page and adds a Compose link to the context menu.
Homepage: http://github.com/kommen/webmailcompose/
Clone URL: git://github.com/kommen/webmailcompose.git
Click here to lend your support to: webmailcompose and make a donation at www.pledgie.com !
kommen (author)
Tue May 13 15:04:17 -0700 2008
commit  a023f9b97bd0864a87aea4b52b6ef83f58c9c33d
tree    e728ada6a4174ee2982aea4ac548153ff2fbf1b2
parent  b3a1baead23680a67bd51adabeea4cb2ac28e51f
webmailcompose / src / install.rdf
100644 34 lines (29 sloc) 1.386 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
25
26
27
28
29
30
31
32
33
34
<?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>{77FD3355-E57A-4e76-B9CB-BDCD3A50D02F}</em:id>
    <em:name>WebmailCompose</em:name>
    <em:version>0.6.6</em:version>
    <em:description>Makes mailto: links load your webmail's compose page and adds a Compose link to the context menu.</em:description>
    <em:creator>Jed Brown</em:creator>
    <em:contributor>Shadow2531</em:contributor>
    <em:homepageURL>http://www.jedbrown.net/extensions/</em:homepageURL>
    <em:iconURL>chrome://webmailcompose/skin/webmailcompose.png</em:iconURL>
    <em:optionsURL>chrome://webmailcompose/content/prefDialog.xul</em:optionsURL>
    
    <em:file>
      <Description about="urn:mozilla:extension:file:webmailcompose.jar">
        <em:package>content/webmailcompose/</em:package>
        <em:locale>locale/en-US/webmailcompose/</em:locale>
        <em:skin>skin/classic/webmailcompose/</em:skin>
      </Description>
    </em:file>
    
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>0.8</em:minVersion>
        <em:maxVersion>2.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>