Files
chrometophone/third_party/firefox_sendtophone/install.rdf
patrick.oreilly a2e6fc5342 Added context menu item for QR codes generated by the Google Charts API
Changed title to Fox To Phone and updated icon asset.
2010-08-11 22:06:41 +00:00

23 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>sendtophone@martinezdelizarrondo.com</em:id>
<em:type>2</em:type>
<em:name>Fox To Phone</em:name>
<em:version>1.1</em:version>
<em:creator>Alfonso &amp; Patrick</em:creator>
<em:description>Send links to your Android 2.2 phone using the new C2DM service. Based on the ChromeToPhone extension.</em:description>
<em:aboutURL>chrome://sendtophone/content/about.xul</em:aboutURL>
<em:iconURL>chrome://sendtophone/skin/icon.png</em:iconURL>
<em:optionsURL>chrome://sendtophone/content/options.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>4.0b3pre</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>