1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/addon-sdk/source/app-extension/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.10 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.11 + <Description about="urn:mozilla:install-manifest"> 1.12 + <em:id>xulapp@toolness.com</em:id> 1.13 + <em:version>1.0</em:version> 1.14 + <em:type>2</em:type> 1.15 + <em:bootstrap>true</em:bootstrap> 1.16 + <em:unpack>false</em:unpack> 1.17 + 1.18 + <!-- Firefox --> 1.19 + <em:targetApplication> 1.20 + <Description> 1.21 + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 1.22 + <em:minVersion>26.0</em:minVersion> 1.23 + <em:maxVersion>30.0</em:maxVersion> 1.24 + </Description> 1.25 + </em:targetApplication> 1.26 + 1.27 + <!-- Front End MetaData --> 1.28 + <em:name>Test App</em:name> 1.29 + <em:description>Harness for tests.</em:description> 1.30 + <em:creator>Mozilla Corporation</em:creator> 1.31 + <em:homepageURL></em:homepageURL> 1.32 + <em:optionsType></em:optionsType> 1.33 + <em:updateURL></em:updateURL> 1.34 + </Description> 1.35 +</RDF>