Structure overview

At the top level, there are several things to note.

The src directory contains all the source files pertaining to the project.

The linter files and package files are related to our build and testing environments.

Source files

In the source directory, we've split our source files into three self-explanatory directories.

manifest.json contains the extension context required by the chrome browser. They serve to define the structure of the extension to the runtime environment.

JavaScript files