|
Revision 273, 1.1 kB
(checked in by Stuart Thiel, 3 months ago)
|
-Fixed #215
-Deployed #215
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?><RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|---|
| 2 |
|
|---|
| 3 |
<Description about="urn:mozilla:install-manifest"> |
|---|
| 4 |
|
|---|
| 5 |
<em:id>videannotate@htmlweb.com</em:id> |
|---|
| 6 |
<em:name>Vertov</em:name> |
|---|
| 7 |
<em:version>0.7.5.6</em:version> |
|---|
| 8 |
<em:creator>Stuart Thiel Concordia University University</em:creator> |
|---|
| 9 |
<em:developer>Stuart Thiel</em:developer> |
|---|
| 10 |
<em:homepageURL>http://vertov.htmlweb.com/trac/</em:homepageURL> |
|---|
| 11 |
<em:updateURL>https://vertov.htmlweb.com/trac/browser/MediAnnotateXPI/trunk/update_mediannotate.rdf?format=raw</em:updateURL> |
|---|
| 12 |
<em:type>2</em:type> <!-- type=extension --> |
|---|
| 13 |
|
|---|
| 14 |
<!-- Firefox --> |
|---|
| 15 |
<em:targetApplication> |
|---|
| 16 |
<Description> |
|---|
| 17 |
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
|---|
| 18 |
<em:minVersion>2.0</em:minVersion> |
|---|
| 19 |
<em:maxVersion>3.0.*</em:maxVersion> |
|---|
| 20 |
</Description> |
|---|
| 21 |
</em:targetApplication> |
|---|
| 22 |
|
|---|
| 23 |
<em:optionsURL/><em:aboutURL/><em:iconURL/><em:description/></Description> |
|---|
| 24 |
</RDF> |
|---|