There are two ways to register a background page in the extension manifest.
The scripts property
In the common case, a background page doesn't require any HTML markup. We can register these kinds of background pages using the scripts property.
In this case, a background page will be generated...