mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 13:39:05 +00:00
19 lines
555 B
XML
19 lines
555 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<searchresults total_results="1">
|
|
<!-- Passes all requirements -->
|
|
<addon>
|
|
<name>Test</name>
|
|
<type id="1">Extension</type>
|
|
<guid>addon@tests.mozilla.org</guid>
|
|
<version>1</version>
|
|
<compatible_applications>
|
|
<application>
|
|
<appID>xpcshell@tests.mozilla.org</appID>
|
|
<min_version>1</min_version>
|
|
<max_version>1</max_version>
|
|
</application>
|
|
</compatible_applications>
|
|
<install>http://www.example.com/testaddon.xpi</install>
|
|
</addon>
|
|
</searchresults>
|