mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
23 lines
1.0 KiB
XML
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 & 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>
|