aboutsummaryrefslogtreecommitdiff
path: root/install.rdf
blob: 0860b3cf3f8b6e7f2eb6196a228e82250a093cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<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>redirector@einaregilsson.com</em:id>
    <em:name>Redirector</em:name>
    <em:version>2.0</em:version>
    <em:creator>Einar Egilsson</em:creator>
    <em:description>Automatically redirects to user-defined urls on certain pages</em:description>
    <em:homepageURL>http://tech.einaregilsson.com/projects/redirector/</em:homepageURL>
    <em:optionsURL>chrome://redirector/content/ui/settings.xul</em:optionsURL>
    <em:iconURL>chrome://redirector/skin/redirector.png</em:iconURL>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
        <em:minVersion>3.5</em:minVersion>
        <em:maxVersion>3.5.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>