-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.rdf
executable file
·30 lines (28 loc) · 1.23 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
<?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>keepzotero@yhmtsai</em:id>
<em:name>KeepZotero</em:name>
<em:version>0.0.2</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:optionsURL>chrome://keepzotero/content/options.xul</em:optionsURL>
<em:updateURL>https://raw.githubusercontent.com/yhmtsai/KeepZotero/master/keepzotero-update.rdf</em:updateURL>
<em:creator>Yu-Hsiang Mike Tsai</em:creator>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>KeepZotero</em:name>
<em:description>Keep Zotero in Taskbar</em:description>
</Description>
</em:localized>
</Description>
</RDF>