diff options
Diffstat (limited to 'ext/background.html')
-rw-r--r-- | ext/background.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/ext/background.html b/ext/background.html index 6818db23..a801aae7 100644 --- a/ext/background.html +++ b/ext/background.html @@ -18,34 +18,33 @@ <script src="/lib/wanakana.min.js"></script> <script src="/js/core.js"></script> - <script src="/js/yomichan.js"></script> - <script src="/js/background/environment.js"></script> - <script src="/js/language/japanese-util.js"></script> - <script src="/js/general/cache-map.js"></script> - <script src="/js/language/dictionary-data-util.js"></script> - <script src="/js/general/object-property-accessor.js"></script> + <script src="/js/yomichan.js"></script> + <script src="/js/background/backend.js"></script> + <script src="/js/background/environment.js"></script> + <script src="/js/background/profile-conditions-util.js"></script> + <script src="/js/background/request-builder.js"></script> <script src="/js/comm/anki.js"></script> - <script src="/js/media/audio-downloader.js"></script> <script src="/js/comm/clipboard-monitor.js"></script> <script src="/js/comm/clipboard-reader.js"></script> + <script src="/js/comm/mecab.js"></script> <script src="/js/data/database.js"></script> - <script src="/js/language/deinflector.js"></script> - <script src="/js/language/dictionary-database.js"></script> <script src="/js/data/json-schema.js"></script> - <script src="/js/comm/mecab.js"></script> - <script src="/js/media/media-util.js"></script> <script src="/js/data/options-util.js"></script> <script src="/js/data/permissions-util.js"></script> - <script src="/js/background/profile-conditions-util.js"></script> - <script src="/js/background/request-builder.js"></script> <script src="/js/dom/native-simple-dom-parser.js"></script> - <script src="/js/templates/template-patcher.js"></script> + <script src="/js/general/cache-map.js"></script> + <script src="/js/general/object-property-accessor.js"></script> <script src="/js/general/text-source-map.js"></script> + <script src="/js/language/deinflector.js"></script> + <script src="/js/language/dictionary-data-util.js"></script> + <script src="/js/language/dictionary-database.js"></script> + <script src="/js/language/japanese-util.js"></script> <script src="/js/language/translator.js"></script> - - <script src="/js/background/backend.js"></script> + <script src="/js/media/audio-downloader.js"></script> + <script src="/js/media/media-util.js"></script> + <script src="/js/templates/template-patcher.js"></script> <script src="/js/background/background-main.js"></script> |