Mercurial > powerbox
view extension/install.rdf @ 3:413435fc6202
We now show a notification box when a page calls window.powerbox.request().
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 06 Aug 2009 15:50:24 -0700 |
parents | d3ccbd89f5cc |
children |
line wrap: on
line source
<?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>powerbox@labs.mozilla.com</em:id> <em:version>0.0.1pre</em:version> <em:type>2</em:type> <!-- Target Application this extension can install into, with minimum and maximum supported versions. --> <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>3.5</em:minVersion> <em:maxVersion>3.6a1pre</em:maxVersion> </Description> </em:targetApplication> <!-- Thunderbird --> <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>3.0b3</em:minVersion> <em:maxVersion>3.0b4pre</em:maxVersion> </Description> </em:targetApplication> <!-- Front End MetaData --> <em:name>Powerbox</em:name> <em:description>Give web pages awesome superpowers.</em:description> <em:creator>Mozilla Corporation</em:creator> </Description> </RDF>