Nikodem Lorenz

Results 1 comments of Nikodem Lorenz

I don't know if that's what you asking for but if you want to import things into background/index.js try adding this to manifest.ts: ```js background: { service_worker: "src/pages/background/index.js", type: "module"...