summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 04eeb32..e3f369c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -19,5 +19,14 @@
"default_icon": "images/to-favicon.svg",
"default_title": "TO - Active Battles",
"default_popup": "www/index.html"
+ },
+
+ "background": {
+ "scripts":
+ [
+ "www/script/params.js",
+ "www/script/main.js",
+ "www/script/load.js"
+ ]
}
}