diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-26 17:29:52 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-26 17:29:52 -0500 |
commit | 7e94fca7c7a07f94de40ddeb56a3f06e43000e25 (patch) | |
tree | e3e70676dd5d7a4fd5aaa09521b583efbbdaa1a8 /ext/manifest.json | |
parent | a14b820a190c561664e8ad451cf2f83c1d98c4ca (diff) |
Rename extension.js to core.js to better reflect its use
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 43a887cd..69ee0c4f 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -18,7 +18,7 @@ "content_scripts": [{ "matches": ["http://*/*", "https://*/*", "file://*/*"], "js": [ - "mixed/js/extension.js", + "mixed/js/core.js", "fg/js/api.js", "fg/js/document.js", "fg/js/frontend-api-receiver.js", |