-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
41 lines (38 loc) · 1.63 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
37
38
39
40
41
<?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>zenotes@alefa.net</em:id>
<em:name>ZeNotes</em:name>
<em:version>0.9.6</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://github.com/frianasoa/Ze-Notes/releases/download/release/zenotes-update.rdf</em:updateURL>
<em:homepageURL>https://github.com/frianasoa/zenotes</em:homepageURL>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>Ze Notes</em:name>
<em:description>Advanced Notes Manager for Zotero</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr-FR</em:locale>
<em:name>ZeNotes</em:name>
<em:description>Module complémentaire pour vos notes</em:description>
</Description>
</em:localized>
<em:creator>Fanantenana Rianasoa Andriariniaina</em:creator>
<em:type>2</em:type> <!-- type=extension -->
<em:iconURL>chrome://zenotes/content/images/icon.png</em:iconURL>
<em:icon64URL>chrome://zenotes/content/images/icon64.png</em:icon64URL>
<em:bootstrap>true</em:bootstrap>
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>