diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/crx.html')
| -rw-r--r-- | chrome/common/extensions/docs/static/crx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/crx.html b/chrome/common/extensions/docs/static/crx.html index 69f5a3d..422148b 100644 --- a/chrome/common/extensions/docs/static/crx.html +++ b/chrome/common/extensions/docs/static/crx.html @@ -6,7 +6,7 @@ CRX files are ZIP files with a special header and the <code>.crx</code> file extension. </p> -<h2>Package header</h3> +<h2>Package header</h2> <p> The header contains the author's public key and the extension's signature. @@ -63,7 +63,7 @@ the <code>.crx</code> header in order: </tr> </table> -<h2>Extension contents</h3> +<h2>Extension contents</h2> <p> The extension's ZIP file is appended to the <code>*.crx</code> package after the @@ -71,7 +71,7 @@ header. This should be the same ZIP file that the signature in the header was generated from. </p> -<h2>Example</h3> +<h2>Example</h2> <p> The following is an example hex dump from the beginning of a <code>.crx</code> |
