I want to build a fully functional chrome extension. The extension will have:
- Popup Window
- Content Injection
- Custom NewTab Action
- Options/Settings Page
I want to build this with Nuxt 3. But, I can't.
I've created an small chrome extension with core JavaScript. But, I don't understand how to create with Nuxt 3. Where to put manifest.json! How to configure popup, etc.