-
Notifications
You must be signed in to change notification settings - Fork 9
/
install.rdf
40 lines (36 loc) · 1.52 KB
/
install.rdf
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
35
36
37
38
39
40
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.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>{6072cb90-a0bd-11da-a746-0800200c9a66}</em:id>
<em:name>Re-Pagination</em:name>
<em:description>Load all consecutive pages in a single tab at once.</em:description>
<em:version>2016.08.03</em:version>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:type>2</em:type>
<em:optionsURL>chrome://repagination/content/options.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<em:creator>Nils Maier</em:creator>
<em:developer>Nils Maier</em:developer>
<em:developer>Lev, Omar</em:developer>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>40.0</em:minVersion>
<em:maxVersion>50.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Seamonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.35</em:minVersion>
<em:maxVersion>2.47.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>