26 строки
1.0 KiB
XML
26 строки
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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:webrtc-demo@mozillalabs.com">
|
|
<em:updates>
|
|
<RDF:Seq>
|
|
<RDF:li resource="urn:mozilla:extension:webrtc-demo@mozillalabs.com:0.7"/>
|
|
</RDF:Seq>
|
|
</em:updates>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:mozilla:extension:webrtc-demo@mozillalabs.com:0.7">
|
|
<em:version>@VERSION@</em:version>
|
|
<em:targetApplication>
|
|
<RDF:Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>20.0a1</em:minVersion>
|
|
<em:maxVersion>21.0a1</em:maxVersion>
|
|
<em:updateLink>https://webrtc-demo.vcap.mozillalabs.com/webrtc.xpi</em:updateLink>
|
|
<em:updateInfoURL>https://webrtc-demo.vcap.mozillalabs.com/update.txt</em:updateInfoURL>
|
|
<em:updateHash>sha256:@SHA256@</em:updateHash>
|
|
</RDF:Description>
|
|
</em:targetApplication>
|
|
</RDF:Description>
|
|
</RDF:RDF>
|