change folder structure

This commit is contained in:
ortiza5
2021-03-10 00:52:55 -07:00
parent bbc18f90de
commit 28fe6a76f5
2 changed files with 1052 additions and 1051 deletions

View File

View File

@@ -1,6 +1,7 @@
{ {
"content_scripts": [ { "content_scripts": [
"js": [ "dist/raw/spatial-navigation.js" ], {
"js": ["js/spatial-navigation.js"],
"matches": ["\u003Call_urls>"], "matches": ["\u003Call_urls>"],
"run_at": "document_end" "run_at": "document_end"
} }