aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/background.html
blob: e68c665b0713a57ecdb1fcbcbc5757ddab344945 (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/dexie.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>