├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...
appsscript.json: This is a manifest file which is use to configur or provide entry point for you add-ons. Code.gs : This file contain the function that execute on event calls.