<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body class="[&::-webkit-scrollbar]:(w-3 bg-secondary) [&::-webkit-scrollbar-thumb]:(bg-accent rounded-l-2)" > <div id="app"></div> <script type="module" src="/src/popup/index.tsx"></script> </body> </html>