aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index d3a5980..f7369c6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -73,7 +73,24 @@
"web_accessible_resources": [
],
"background": {
- "page": "background/background.html"
+ "persistent": true,
+ "scripts": [
+ "common/stored_types.js",
+ "common/lock.js",
+ "common/once.js",
+ "common/browser.js",
+ "background/storage.js",
+ "background/message_server.js",
+ "common/connection_types.js",
+ "background/storage_server.js",
+ "common/url_item.js",
+ "common/sha256.js",
+ "background/settings_query.js",
+ "background/page_actions_server.js",
+ "common/gen_unique.js",
+ "background/policy_injector.js",
+ "background/main.js"
+ ]
},
"content_scripts": [
{