This commit is contained in:
cilame 2021-10-16 20:35:14 +08:00
parent 43abf891f2
commit 210ece56d9
2 changed files with 12 additions and 1 deletions

11
background.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<script src="background.js"></script>
</head>
<body>
</body>
</html>

View File

@ -8,7 +8,7 @@
"default_popup": "popup.html"
},
"background": {
"scripts": ["background.js"],
"page": "background.html",
"persistent": true
},
"content_scripts": [