-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathupdate.pug
24 lines (24 loc) · 887 Bytes
/
update.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
doctype xml
RDF:RDF(xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#")
RDF:Description(about=`urn:mozilla:extension:${id}`)
em:updates
RDF:Seq
RDF:li
RDF:Description
em:version= version
em:targetApplication
RDF:Description
em:id [email protected]
em:minVersion 5.0
em:maxVersion 7.0.*
em:updateLink= updateLink
if updateInfoURL
em:updateInfoURL= updateInfoURL
em:targetApplication
RDF:Description
em:id [email protected]
em:minVersion 5.0
em:maxVersion 7.0.*
em:updateLink= updateLink
if updateInfoURL
em:updateInfoURL= updateInfoURL