mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-12-16 02:00:05 +00:00
basic structure
This commit is contained in:
parent
455c62a936
commit
977831157f
22 changed files with 1363 additions and 1 deletions
13
src/background.ts
Normal file
13
src/background.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
class Background {
|
||||
|
||||
constructor() {
|
||||
this.main();
|
||||
}
|
||||
|
||||
async main(): Promise<void> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
new Background();
|
||||
Loading…
Add table
Add a link
Reference in a new issue