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
+1048 -1048
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -1,7 +1,8 @@
{
"content_scripts": [ {
"js": [ "dist/raw/spatial-navigation.js" ],
"matches": [ "\u003Call_urls>" ],
"content_scripts": [
{
"js": ["js/spatial-navigation.js"],
"matches": ["\u003Call_urls>"],
"run_at": "document_end"
}
],