--- outline: false --- # FAQ Commonly asked questions about how to use WXT or why it behaves the way it does. [[toc]] ## Why aren't content scripts added to the manifest? During development, WXT registers content scripts dynamically so they can be reloaded individually when a file is saved without reloading your entire extension. To list the content scripts registered during development, open the service worker's console and run: ```js await chrome.scripting.getRegisteredContentScripts(); ``` ## How do I disable opening the browser automatically during development? See https://wxt.dev/guide/essentials/config/browser-startup.html#disable-opening-browser ## How do I stay logged into a website during development? See https://wxt.dev/guide/essentials/config/browser-startup.html#persist-data ## My component library doesn't work in content scripts! This is usually caused by one of two things (or both) when using `createShadowRootUi`: 1. Styles are added outside the `ShadowRoot` :::details Some component libraries manually add CSS to the page by adding a `