Changes

Jump to: navigation, search

Real World Mozilla First XPCOM Component

51 bytes removed, 21:03, 11 November 2007
m
mozilla/extensions/firstxpcom/install.rdf
=== mozilla/extensions/firstxpcom/install.rdf ===
The last build-related file we need to write is a file telling Firefox's addon manager about our extension and how to install it--'''install.rdf'''. Put this in '''mozilla/extensions/firstxpcom''': (see http://developer.mozilla.org/en/docs/Install_Manifests for details).:
<pre>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>3.0a3pre0b2pre</em:maxVersion> <!-- trunk build Feb 27Nov 11, 2007 -->
</Description>
</em:targetApplication>

Navigation menu