-
Content scripts are files that run in the context of the web pages. By interacting with the Document Object Model (DOM), they are able to read details of the web pages the browser visits, make changes to them and pass information to the popup scripts.
-
Popup scripts are the javascript and html required for the popup activated when you click the extension icon in the top right corner of the browser.
How to package: npm run build or npm run watch