aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-10-07 14:18:00 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-10-07 14:18:00 -0500
commit10d79a38013a174f7408e8c98b3ed05b468ae914 (patch)
tree60dc05521cc6d4e2285a3e74fb9fd1ae12a3b261 /manifest.json
parente7c570bb8a141c65ba0c4444db6c1eb04b8a0ee5 (diff)
Broke up the main file and fixed the bug causing the page to get corrupted
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index ab1c245..9e46fab 100644
--- a/manifest.json
+++ b/manifest.json
@@ -39,7 +39,7 @@
"html/report_page/report.html"
],
"background": {
- "scripts": ["main_background.js"]
+ "scripts": ["bundle.js"]
}
}