-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathinstall.rdf
33 lines (33 loc) · 1.28 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
<?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:name="DOI Manager"
em:version="1.5.1"
em:type="2"
em:creator="Brenton M. Wiernik"
em:description="Plugin for fetching and validating DOI and shortDOI names"
em:homepageURL="https://github.com/bwiernik/zotero-shortdoi"
em:updateURL="https://raw.githubusercontent.com/bwiernik/zotero-shortdoi/master/update.json">
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:targetApplication>
<Description>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>7.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>