Move main.ts -> background/background.ts

This commit is contained in:
hensm
2019-08-16 07:34:45 +01:00
parent 0ca39af1d6
commit a8721d8099
3 changed files with 18 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
}
, "background": {
"scripts": [ "main.js" ]
"scripts": [ "background.js" ]
}
, "content_scripts": [