-
Notifications
You must be signed in to change notification settings - Fork 12
/
install.rdf
36 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
34
35
36
<?xml version="1.0"?>
<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:name>Zotero Maps plugin</em:name>
<em:version>1.0.7</em:version>
<em:description>A mapping tool for Zotero collections, based on OpenLayers.</em:description>
<em:creator>Entropy Free LLC</em:creator>
<em:updateURL>https://www.zotero.org/download/plugins.rdf</em:updateURL>
<em:aboutURL>chrome://zotero-maps/content/about.xul</em:aboutURL>
<em:iconURL>chrome://zotero-maps/skin/zotero_z_32px.png</em:iconURL>
<em:type>2</em:type> <!-- type=extension -->
<!-- Requires Zotero -->
<em:requires>
<Description>
<em:id>[email protected]</em:id>
<em:name>Zotero</em:name>
<em:homepageURL>http://www.zotero.org</em:homepageURL>
<em:minVersion>1.0.3</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
<!-- Requires Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0.*</em:minVersion>
<em:maxVersion>3.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>