change folder structure
This commit is contained in:
parent
bbc18f90de
commit
28fe6a76f5
0
dist/raw/spatial-navigation.js → js/spatial-navigation.js
Executable file → Normal file
0
dist/raw/spatial-navigation.js → js/spatial-navigation.js
Executable file → Normal 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"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user