diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-10-07 14:18:00 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-10-07 14:18:00 -0500 |
commit | 10d79a38013a174f7408e8c98b3ed05b468ae914 (patch) | |
tree | 60dc05521cc6d4e2285a3e74fb9fd1ae12a3b261 /manifest.json | |
parent | e7c570bb8a141c65ba0c4444db6c1eb04b8a0ee5 (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.json | 2 |
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"] } } |