tree: 63fc599a16c141445ee18bb68b11e53efb0e7cd1 [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. id_util.cc
  12. id_util.h
  13. id_util_unittest.cc
  14. OWNERS
  15. 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.