toolkit/mozapps/extensions/test/browser/browser_install.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="utf-8" ?>
     2 <searchresults total_results="1">
     3   <addon>
     4     <name>Install Tests</name>
     5     <type id='1'>Extension</type>
     6     <guid>addon1@tests.mozilla.org</guid>
     7     <version>1.0</version>
     8     <authors>
     9       <author>
    10         <name>Test Creator</name>
    11         <link>http://example.com/creator.html</link>
    12       </author>
    13     </authors>
    14     <status id='4'>Public</status>
    15     <summary>Test add-on</summary>
    16     <description>Test add-on</description>
    17     <compatible_applications>
    18       <application>
    19         <name>Firefox</name>
    20         <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID>
    21         <min_version>0</min_version>
    22         <max_version>*</max_version>
    23       </application>
    24       <application>
    25         <name>SeaMonkey</name>
    26         <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID>
    27         <min_version>0</min_version>
    28         <max_version>*</max_version>
    29       </application>
    30     </compatible_applications>
    31     <compatible_os>ALL</compatible_os>
    32     <install size="2">http://example.com/browser/toolkit/mozapps/extensions/test/browser/addons/browser_install1_2.xpi</install>
    33   </addon>
    34 </searchresults>

mercurial