blob: e17a37dc3485bd06e4dcf0efae7d9dd7f9983cb4 [file] [log] [blame] [view]
michaelpg4041a2c2017-02-28 01:35:091This will become a reusable extensions module. It implements the core parts of
2Chrome's extension system, and can be used with any host of the
3[content module](/content/README.md).
4
5Some extensions code that is not Chrome-specific still lives in
6[//chrome/browser/extensions](/chrome/browser/extensions) and will be moved
7here.
8
9See [//extensions/docs](/extensions/docs) for technical documentation.