tree: 235d8a77dc54d56fbd6ec3997ff9fa074e3f1a73 [path history] [tgz]
  1. BUILD.gn
  2. crx3.proto
  3. crx_creator.cc
  4. crx_creator.h
  5. crx_creator_unittest.cc
  6. crx_file.h
  7. crx_verifier.cc
  8. crx_verifier.h
  9. crx_verifier_unittest.cc
  10. DEPS
  11. DIR_METADATA
  12. id_util.cc
  13. id_util.h
  14. id_util_unittest.cc
  15. OWNERS
  16. README.md
components/crx_file/README.md

CRX File

The CRX File component is a collection of compilation units related to the creation or manipulation of CRX archive files.

A CRX file is a ZIP archive with a prepended header section. The CRX file format is described in more detail in crx3.proto.

crx_creator.h provides a means to create a CRX file.

crx_verifier.h provides a means to verify the integrity of a CRX file.