From 210ece56d9f34f011ecd07020715d3673a2c4ae1 Mon Sep 17 00:00:00 2001 From: cilame Date: Sat, 16 Oct 2021 20:35:14 +0800 Subject: [PATCH] add --- background.html | 11 +++++++++++ manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 background.html diff --git a/background.html b/background.html new file mode 100644 index 0000000..910627b --- /dev/null +++ b/background.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2aff3a5..141c840 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "default_popup": "popup.html" }, "background": { - "scripts": ["background.js"], + "page": "background.html", "persistent": true }, "content_scripts": [