summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-06 20:50:12 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-06 20:50:12 -0700
commit53b63e8ddcdfdb81990a0f406c92f2d3188e707d (patch)
treed87a36d0562f7c399f8e4dc976d8aeb99b929b82 /ext
parent7c9d64e95f19528f4618432ff6fa8632e4027b6f (diff)
File reorg
Diffstat (limited to 'ext')
-rw-r--r--ext/fg/css/client.css (renamed from ext/css/client.css)0
-rw-r--r--ext/fg/js/api.js (renamed from ext/js/api.js)0
-rw-r--r--ext/fg/js/client.js (renamed from ext/js/client.js)0
-rw-r--r--ext/fg/js/util.js (renamed from ext/js/util.js)0
-rw-r--r--ext/manifest.json6
5 files changed, 3 insertions, 3 deletions
diff --git a/ext/css/client.css b/ext/fg/css/client.css
index ce1ae9a9..ce1ae9a9 100644
--- a/ext/css/client.css
+++ b/ext/fg/css/client.css
diff --git a/ext/js/api.js b/ext/fg/js/api.js
index c65b1702..c65b1702 100644
--- a/ext/js/api.js
+++ b/ext/fg/js/api.js
diff --git a/ext/js/client.js b/ext/fg/js/client.js
index 3c75068c..3c75068c 100644
--- a/ext/js/client.js
+++ b/ext/fg/js/client.js
diff --git a/ext/js/util.js b/ext/fg/js/util.js
index eb153e9b..eb153e9b 100644
--- a/ext/js/util.js
+++ b/ext/fg/js/util.js
diff --git a/ext/manifest.json b/ext/manifest.json
index 2f1a2b58..cbe1e04a 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -7,11 +7,11 @@
"browser_action": {"default_icon": "icon.png"},
"background": {"page": "bg/background.html"},
"options_page": "bg/options.html",
- "permissions": [ "storage" ],
+ "permissions": ["storage"],
"content_scripts": [{
"matches": ["*://*/*"],
- "js": ["js/api.js", "js/util.js", "js/client.js"],
- "css": ["css/client.css"]
+ "js": ["fg/js/api.js", "fg/js/util.js", "fg/js/client.js"],
+ "css": ["fg/css/client.css"]
}]
}