diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:21:43 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:26:20 -0400 |
commit | 6c93d1984fbfe4fc21df4d0675fb4a82f2991ea3 (patch) | |
tree | 3d4419b0e666e99b922a788d55bcb5d98c59ce09 /ext/manifest.json | |
parent | a6344f635de2464465317b2ceeb6e19aef056848 (diff) |
Change frontend-initialize.js to content-script-main.js
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index d383dab0..4f35b03c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -31,7 +31,7 @@ "fg/js/popup-proxy.js", "fg/js/popup-proxy-host.js", "fg/js/frontend.js", - "fg/js/frontend-initialize.js" + "fg/js/content-script-main.js" ], "match_about_blank": true, "all_frames": true |