summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/bg/background.html10
-rw-r--r--ext/bg/js/deinflector.js (renamed from ext/bg/deinflector.js)0
-rw-r--r--ext/bg/js/dictionary.js (renamed from ext/bg/dictionary.js)0
-rw-r--r--ext/bg/js/options-form.js (renamed from ext/bg/options-form.js)0
-rw-r--r--ext/bg/js/options.js (renamed from ext/bg/options.js)0
-rw-r--r--ext/bg/js/templates.js (renamed from ext/bg/templates.js)0
-rw-r--r--ext/bg/js/translator.js (renamed from ext/bg/translator.js)0
-rw-r--r--ext/bg/js/yomichan.js (renamed from ext/bg/yomichan.js)0
-rw-r--r--ext/bg/options.html4
-rw-r--r--ext/css/client.css (renamed from ext/client.css)0
-rw-r--r--ext/js/api.js (renamed from ext/api.js)0
-rw-r--r--ext/js/client.js (renamed from ext/client.js)0
-rw-r--r--ext/js/util.js (renamed from ext/util.js)0
-rw-r--r--ext/manifest.json4
14 files changed, 9 insertions, 9 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 0a0018e3..6e917561 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -3,10 +3,10 @@
<body>
<script src="lib/handlebars.min.js"></script>
<script src="lib/jquery-2.2.2.min.js"></script>
- <script src="templates.js"></script>
- <script src="dictionary.js"></script>
- <script src="deinflector.js"></script>
- <script src="translator.js"></script>
- <script src="yomichan.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/yomichan.js"></script>
</body>
</html>
diff --git a/ext/bg/deinflector.js b/ext/bg/js/deinflector.js
index 03f9d40a..03f9d40a 100644
--- a/ext/bg/deinflector.js
+++ b/ext/bg/js/deinflector.js
diff --git a/ext/bg/dictionary.js b/ext/bg/js/dictionary.js
index a68c2daf..a68c2daf 100644
--- a/ext/bg/dictionary.js
+++ b/ext/bg/js/dictionary.js
diff --git a/ext/bg/options-form.js b/ext/bg/js/options-form.js
index cde0ea62..cde0ea62 100644
--- a/ext/bg/options-form.js
+++ b/ext/bg/js/options-form.js
diff --git a/ext/bg/options.js b/ext/bg/js/options.js
index 1db3be5e..1db3be5e 100644
--- a/ext/bg/options.js
+++ b/ext/bg/js/options.js
diff --git a/ext/bg/templates.js b/ext/bg/js/templates.js
index 8ac5f8e5..8ac5f8e5 100644
--- a/ext/bg/templates.js
+++ b/ext/bg/js/templates.js
diff --git a/ext/bg/translator.js b/ext/bg/js/translator.js
index e8224320..e8224320 100644
--- a/ext/bg/translator.js
+++ b/ext/bg/js/translator.js
diff --git a/ext/bg/yomichan.js b/ext/bg/js/yomichan.js
index 2e4552a1..2e4552a1 100644
--- a/ext/bg/yomichan.js
+++ b/ext/bg/js/yomichan.js
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 7854fd86..f73162ec 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -26,8 +26,8 @@
<script src="lib/jquery-2.2.2.min.js"></script>
<script src="lib/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
- <script src="options.js"></script>
- <script src="options-form.js"></script>
+ <script src="js/options.js"></script>
+ <script src="js/options-form.js"></script>
</div>
</body>
</html>
diff --git a/ext/client.css b/ext/css/client.css
index ce1ae9a9..ce1ae9a9 100644
--- a/ext/client.css
+++ b/ext/css/client.css
diff --git a/ext/api.js b/ext/js/api.js
index 7f552a1e..7f552a1e 100644
--- a/ext/api.js
+++ b/ext/js/api.js
diff --git a/ext/client.js b/ext/js/client.js
index 2d9a470f..2d9a470f 100644
--- a/ext/client.js
+++ b/ext/js/client.js
diff --git a/ext/util.js b/ext/js/util.js
index eb153e9b..eb153e9b 100644
--- a/ext/util.js
+++ b/ext/js/util.js
diff --git a/ext/manifest.json b/ext/manifest.json
index 538d1d37..2f1a2b58 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -11,7 +11,7 @@
"content_scripts": [{
"matches": ["*://*/*"],
- "js": ["api.js", "util.js", "client.js"],
- "css": ["client.css"]
+ "js": ["js/api.js", "js/util.js", "js/client.js"],
+ "css": ["css/client.css"]
}]
}