tree: ca14cb4a64d786f5b2a4aefb9befa2998dc9b2df [path history] [tgz]
  1. BUILD.gn
  2. crx3.gni
  3. crx3.proto
  4. crx_build_action_main.cc
  5. crx_creator.cc
  6. crx_creator.h
  7. crx_creator_unittest.cc
  8. crx_file.h
  9. crx_verifier.cc
  10. crx_verifier.h
  11. crx_verifier_unittest.cc
  12. DEPS
  13. DIR_METADATA
  14. id_util.cc
  15. id_util.h
  16. id_util_unittest.cc
  17. OWNERS
  18. 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.