Files
custom-plugin/entrypoints/background.ts
meishibiezb a25145638f init
2026-05-01 20:02:55 +08:00

4 lines
108 B
TypeScript

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