-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
32 lines (32 loc) · 1.19 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="[email protected]"
em:name="Zotion"
em:version="0.1.0"
em:type="2"
em:creator="Panagiotis Tigas"
em:description="Plugin that allows to take notes of papers in notion"
em:homepageURL="https://github.com/ptigas/zotion"
em:updateURL="https://raw.githubusercontent.com/ptigas/zotion/master/update.rdf">
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>