aboutsummaryrefslogtreecommitdiffstats
path: root/background.html
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-06-23 02:34:09 +0200
committerAlessio Vanni <vannilla@firemail.cc>2019-06-23 02:34:09 +0200
commitd9858f22244f58eb2a305aa2e42439c77acdb861 (patch)
tree7fc3de4a91a03806c891acbf11e0cc5f1c524145 /background.html
parente29205dc4d013704cd6b1ee2fd7b7dc0ef226c01 (diff)
downloadematrix-d9858f22244f58eb2a305aa2e42439c77acdb861.tar.lz
ematrix-d9858f22244f58eb2a305aa2e42439c77acdb861.tar.xz
ematrix-d9858f22244f58eb2a305aa2e42439c77acdb861.zip
Make messaging its own file
Also reorganize the Makefile a bit.
Diffstat (limited to 'background.html')
-rw-r--r--background.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/background.html b/background.html
index 9aac3a5..bab0678 100644
--- a/background.html
+++ b/background.html
@@ -34,6 +34,7 @@
<script src="js/vapi-core.js"></script>
<script src="js/vapi-common.js"></script>
<script src="js/vapi-window.js"></script>
+<script src="js/vapi-messaging.js"></script>
<script src="js/vapi-background.js"></script>
<script src="js/vapi-tabs.js"></script>
<script src="js/vapi-browser.js"></script>