-
Notifications
You must be signed in to change notification settings - Fork 82
/
install.rdf
28 lines (28 loc) · 1.11 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
<?xml version="1.0" encoding="utf-8" ?>
<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>[email protected]</em:id>
<em:type>2</em:type> <!-- type=extension -->
<em:name>ZoteroQuickLook</em:name>
<em:version>1.4.2</em:version>
<em:creator>Mikko Ronkko</em:creator>
<em:contributor>Brenton M. Wiernik</em:contributor>
<em:description>Quick Look Utility for Zotero.</em:description>
<em:updateURL>https://raw.githubusercontent.com/mronkko/ZoteroQuickLook/master/update.rdf</em:updateURL>
<em:unpack>true</em:unpack>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>