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

File diff suppressed because it is too large Load Diff

View File

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