Thank you i see no messages indicating whether it loaded in browser console 
this simply means that its not getting picked up?

are these correct configurations ?

chrome.manifest
-------------------
content helloworld      content/
resource helloworld     content/
interfaces components/MyComponent.xpt
binary-component components/MyComponent.so ABI=Linux_x86-gcc3


install.rdf
-----------------

<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
     xmlns:em="http://www.mozilla.org/2004/em-rdf#";>

  <Description about="urn:mozilla:install-manifest">
  
    <em:id>hellowo...@mozilla.doslash.org</em:id>
    <em:version>1.0</em:version>
    <em:unpack>true</em:unpack>
    <em:type>2</em:type>

    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>3.6</em:minVersion>
        <em:maxVersion>99.*</em:maxVersion>
      </Description>
    </em:targetApplication>

    <!-- optional items -->
    <em:name>Hello World extension for Firefox</em:name>
    <em:description>Demo extension.</em:description>
    <em:creator>XXX</em:creator>
    <em:homepageURL>http://www.yahoo.com</em:homepageURL>
    
  </Description>

</RDF>



components folder has xpt and so file.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to