summaryrefslogtreecommitdiff
path: root/ext/bg/background.html
blob: c6a84636591bcae9a4d1ae9aace93cc798314c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<body>
    <script src="js/polyfill-gecko.js"></script>
    <script src="../lib/handlebars.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>