-
Notifications
You must be signed in to change notification settings - Fork 14
/
install.rdf
executable file
·32 lines (32 loc) · 1.13 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
<?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-memento@tran.org"
em:name="Zotero Memento"
em:version="1.1.1"
em:type="2"
em:creator="Leon Tran"
em:description="Plugin for archiving saved resources"
em:homepageURL="https://github.com/leonkt/zotero-memento"
em:updateURL="">
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>