init
This commit is contained in:
3
entrypoints/background.ts
Normal file
3
entrypoints/background.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default defineBackground(() => {
|
||||
console.log('Hello background!', { id: browser.runtime.id });
|
||||
});
|
||||
Reference in New Issue
Block a user