-rwxr-xr-x | src/install.rdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.rdf b/src/install.rdf index a482755..507420c 100755 --- a/src/install.rdf +++ b/src/install.rdf | |||
@@ -1,40 +1,40 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | 2 | ||
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 | 5 | ||
6 | <Description about="urn:mozilla:install-manifest"> | 6 | <Description about="urn:mozilla:install-manifest"> |
7 | <em:id>foxri@foxri.net</em:id> | 7 | <em:id>foxri@foxri.net</em:id> |
8 | <em:version>1.1.1</em:version> | 8 | <em:version>1.1.2</em:version> |
9 | <em:type>2</em:type> | 9 | <em:type>2</em:type> |
10 | 10 | ||
11 | <!-- Target Application this extension can install into, | 11 | <!-- Target Application this extension can install into, |
12 | with minimum and maximum supported versions. --> | 12 | with minimum and maximum supported versions. --> |
13 | <em:targetApplication> | 13 | <em:targetApplication> |
14 | <Description> | 14 | <Description> |
15 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 15 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
16 | <em:minVersion>1.0</em:minVersion> | 16 | <em:minVersion>1.0</em:minVersion> |
17 | <em:maxVersion>1.5.0.*</em:maxVersion> | 17 | <em:maxVersion>2.0.*</em:maxVersion> |
18 | </Description> | 18 | </Description> |
19 | </em:targetApplication> | 19 | </em:targetApplication> |
20 | 20 | ||
21 | <em:targetApplication> | 21 | <em:targetApplication> |
22 | <Description> | 22 | <Description> |
23 | <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> | 23 | <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> |
24 | <em:minVersion>0.5</em:minVersion> | 24 | <em:minVersion>0.5</em:minVersion> |
25 | <em:maxVersion>0.8</em:maxVersion> | 25 | <em:maxVersion>0.8</em:maxVersion> |
26 | </Description> | 26 | </Description> |
27 | </em:targetApplication> | 27 | </em:targetApplication> |
28 | 28 | ||
29 | 29 | ||
30 | <!-- Front End MetaData --> | 30 | <!-- Front End MetaData --> |
31 | <em:name>FoXRI</em:name> | 31 | <em:name>FoXRI</em:name> |
32 | <em:description>XRI Extension</em:description> | 32 | <em:description>XRI Extension</em:description> |
33 | <em:creator>William Tan</em:creator> | 33 | <em:creator>William Tan</em:creator> |
34 | <em:homepageURL>http://dready.org/projects/foxri</em:homepageURL> | 34 | <em:homepageURL>http://dready.org/projects/foxri</em:homepageURL> |
35 | <!-- | 35 | <!-- |
36 | <em:updateURL>http://dready.org/projects/foxri/update.rdf</em:updateURL> | 36 | <em:updateURL>http://dready.org/projects/foxri/update.rdf</em:updateURL> |
37 | --> | 37 | --> |
38 | </Description> | 38 | </Description> |
39 | </RDF> | 39 | </RDF> |
40 | 40 | ||