aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/background.html
blob: 9f07ef6ece2aa5e776c7ca6c1f134a36a09ba06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<body>
    <script src="lib/handlebars.min.js"></script>
    <script src="lib/jquery-2.2.2.min.js"></script>
    <script src="js/templates.js"></script>
    <script src="js/dictionary.js"></script>
    <script src="js/deinflector.js"></script>
    <script src="js/translator.js"></script>
    <script src="js/options.js"></script>
    <script src="js/yomichan.js"></script>
</body>
</html>