Browser Is Started/
Extension Is Loaded

Manifest File is loaded

r

The manifest file details all of the requirements and options for the extension.The most important options are the following:background: This specifies a file(s) to run as a background process. This file is started as soon as the extension is loaded, and continues to run for the lifetime of the extensioncontent_scripts: These files are injected into every page on load completion. These include the CSS and Javascript for rendering the leap data as dots

background.js is loaded