<?xml version="1.0"?>
<aml:meta xmlns:aml="http://www.appxweb.com/aml1/core">
  <aml:package>
    <aml:information>
      <aml:name>UserScript - Google Image Relinker</aml:name>
      <aml:version>1.0</aml:version>
      <aml:publisher>Appxweb</aml:publisher>
      <aml:web>www.appxweb.com/demos/userscript</aml:web>
      <aml:id>www.appxweb.com/demos/userscript</aml:id>
    </aml:information>
    <aml:registry>
      <aml:root>http://www.appxweb.com/demos/userscript/</aml:root>
      <aml:extension_file>userscript_792_extension.xml</aml:extension_file>
    </aml:registry>
  </aml:package>
  <aml:extension>
    <aml:view>
      <aml:window view_id="vid_wnd_google_images" >
        <aml:html_file>http://images.google.*.*</aml:html_file>
        <aml:browser_complete_id>fid_google_image_relink</aml:browser_complete_id>
      </aml:window>
    </aml:view>
    <aml:function>
      <aml:script function_id="fid_google_image_relink">
        <aml:type>embedded</aml:type>
        <aml:include>http://svn.coderepos.org/share/lang/javascript/javascript-xpath/trunk/release/javascript-xpath-latest.js</aml:include>
        <aml:include>http://userscripts.org/scripts/source/792.user.js</aml:include>
      </aml:script>
    </aml:function>
  </aml:extension>
</aml:meta>


