aboutsummaryrefslogtreecommitdiff
path: root/install.rdf
blob: 7569913e55c0ef2d3f95ebdf8936160f1f6f6f33 (plain)
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
<?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>palemoon-redirector@papush</em:id>
    <em:version>2.8.2</em:version>
    <em:name>URL Rewriter</em:name>
    <em:creator>papush</em:creator>
    <em:contributor>Einar Egilsson (original author)</em:contributor>
	<em:contributor>Noah Luck Easterly</em:contributor>
    <em:description>Automatically redirects to user-defined urls on certain pages</em:description>
    <em:homepageURL>http://einaregilsson.com/redirector/</em:homepageURL>
    <em:optionsURL>chrome://redirector/content/redirector.html</em:optionsURL>
	<em:optionsType>3</em:optionsType>
    <em:iconURL>chrome://redirector/content/images/redirector.png</em:iconURL>
	<em:type>2</em:type>
    <em:unpack>true</em:unpack>
    <em:targetApplication>
      <Description>
        <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <!-- palemoon -->
        <em:minVersion>28.0</em:minVersion>
        <em:maxVersion>29.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>