background.ts 108 B

123
  1. export default defineBackground(() => {
  2. console.log('Hello background!', { id: browser.runtime.id });
  3. });