summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_compatmode_ignore.xml
blob: 00309572723bed53115200accbc43094ea0d6162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<searchresults total_results="123">
  <addon>
    <name>Test Repo Add-on - ignore</name>
    <type id="1">Extension</type>
    <guid>compatmode-ignore@tests.mozilla.org</guid>
    <version>1.1</version>
    <authors>
      <author>
        <name>Test Creator 1</name>
        <link>http://localhost:%PORT%/creator1.html</link>
      </author>
    </authors>
    <compatible_applications>
      <application>
        <appID>xpcshell@tests.mozilla.org</appID>
        <min_version>1</min_version>
        <max_version>1</max_version>
      </application>
    </compatible_applications>
    <install>http://localhost:%PORT%/test1.xpi</install>
  </addon>
</searchresults>