File reorg

This commit is contained in:
Alex Yatskov 2016-04-06 20:50:12 -07:00
parent 7c9d64e95f
commit 53b63e8ddc
5 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"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"]
}]
}