# browser-extension-example

This is an example of communication between the content-script page and popup page and background.

**injected-script ⇆ content-script ⇆ background ⇆ popup-page**



**Run**

```shell
pnpm install
pnpm dev
```

