-
Notifications
You must be signed in to change notification settings - Fork 37
/
install.rdf
25 lines (25 loc) · 1015 Bytes
/
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
<?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="[email protected]"
em:name="Zotero Citation Counts Manager"
em:version="1.3.0"
em:type="2"
em:creator="Erik Schnetter"
em:description="Automatically fetch and update citation counts"
em:homepageURL="https://github.com/eschnett/zotero-citationcounts"
em:updateURL="https://raw.githubusercontent.com/eschnett/zotero-citationcounts/master/update.rdf">
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>