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": [