mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<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>canvas3d@mozilla.com</em:id>
|
|
<em:version>0.1.18</em:version>
|
|
|
|
<em:type>2</em:type>
|
|
|
|
<em:targetApplication>
|
|
<!-- Firefox -->
|
|
<Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<!-- this version needs to be set to the exact version this
|
|
extension was built for, because of the way we're tied
|
|
to internal interfaces.
|
|
-->
|
|
<em:minVersion>3.0a8pre</em:minVersion>
|
|
<em:maxVersion>3.0</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- front-end metadata -->
|
|
<em:creator>Vladimir Vukicevic/mozilla.com</em:creator>
|
|
<em:name>Canvas 3D (Gecko 1.9)</em:name>
|
|
<em:description>Canvas 3D context(s) for Gecko 1.9</em:description>
|
|
<em:homepageURL>http://people.mozilla.com/~vladimir/canvas3d/</em:homepageURL>
|
|
<em:optionsURL>chrome://canvas3d/content/options.xul</em:optionsURL>
|
|
</Description>
|
|
</RDF>
|