-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
36 lines (36 loc) · 1.33 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
<?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="zotero-robustlinks@mementoweb.org"
em:name="Zotero Robust Links"
em:version="2.0.0-20220320145937"
em:type="2"
em:creator="Shawn M. Jones"
em:description="Plugin for Robustifying links to web resources."
em:homepageURL="https://robustlinks.mementoweb.org"
em:updateURL=""
em:optionsURL="chrome://robustlinks/content/options.xul"
>
<em:type>2</em:type>
<em:targetApplication>
<Description>
<!-- Zotero -->
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Juris-M Word for Windows Zotero Integration -->
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>