Rev 1409 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1409 | dev | 1 | <?xml version="1.0"?> |
2 | |||
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
||
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
||
5 | |||
6 | <Description about="urn:mozilla:install-manifest"> |
||
7 | <em:id>{e00a6ec9-6ce4-4ab8-a6b1-886dced500c3}</em:id> |
||
1425 | dev | 8 | <em:version>1.1.1</em:version> |
1409 | dev | 9 | <em:type>2</em:type> |
10 | |||
11 | <!-- firefox --> |
||
12 | <em:targetApplication> |
||
13 | <Description> |
||
14 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
||
15 | <em:minVersion>3</em:minVersion> |
||
1425 | dev | 16 | <em:maxVersion>3.9.*</em:maxVersion> |
1409 | dev | 17 | </Description> |
18 | </em:targetApplication> |
||
19 | |||
20 | <em:name>Pixeled</em:name> |
||
21 | <em:description>Zoom images and whole pages without antialiasing</em:description> |
||
22 | <em:creator>Anatoli Klassen</em:creator> |
||
1425 | dev | 23 | <em:homepageURL>https://www.26th.net/public/projects/mozilla/pixeled/</em:homepageURL> |
24 | <em:updateURL>https://www.26th.net/public/projects/mozilla/pixeled/update.rdf</em:updateURL> |
||
1409 | dev | 25 | </Description> |
26 | </RDF> |