diff options
Diffstat (limited to 'update.xml')
-rw-r--r-- | update.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/update.xml b/update.xml new file mode 100644 index 0000000..8cc1457 --- /dev/null +++ b/update.xml @@ -0,0 +1,22 @@ +<?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:github-wc-polyfill@Off.JustOff"> + <em:updates> + <RDF:Seq> + <RDF:li> + <RDF:Description> + <em:version>1.0.1</em:version> + <em:targetApplication> + <RDF:Description> + <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> + <em:minVersion>28.14.0</em:minVersion> + <em:maxVersion>29.*</em:maxVersion> + <em:updateLink>https://github.com/JustOff/github-wc-polyfill/releases/download/1.0.1/github-wc-polyfill-1.0.1.xpi</em:updateLink> + </RDF:Description> + </em:targetApplication> + </RDF:Description> + </RDF:li> + </RDF:Seq> + </em:updates> + </RDF:Description> +</RDF:RDF> |