forked from redleafnew/delitemwithatt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
57 lines (56 loc) · 2.05 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?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="delitemwithatt@redleaf.me"
em:name="Del Item With Att"
em:version="0.0.14"
em:type="2"
em:creator="Minyi Han"
em:description="Delete Item(s) With Attachment(s)"
em:homepageURL="https://github.com/redleafnew/delitemwithatt"
em:updateURL= "https://raw.githubusercontent.com/redleafnew/delitemwithatt/master/update.rdf">
<em:type>2</em:type>
<em:targetApplication RDF:resource="rdf:#$x61SL3"/>
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>45.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>4.*</em:minVersion>
<em:maxVersion>45.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name> Delitem</em:name>
<em:description>Delete Item(s) with Attachment(s).</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:name> Delitem</em:name>
<em:creator>Minyi Han</em:creator>
<em:description>删除条目的同时删除附件</em:description>
<em:homepageURL>https://github.com/redleafnew/delitemwithatt</em:homepageURL>
</Description>
</em:localized>
</RDF:Description>
</RDF:RDF>