Update Directory Format
This commit is contained in:
parent
8e8e0aecc3
commit
6ae632bc44
3 changed files with 3 additions and 4 deletions
|
@ -10,15 +10,14 @@
|
|||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["remove-by-URL.js"]
|
||||
"scripts": ["./src/remove-by-URL.js"]
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.github.com/*"],
|
||||
"js": ["remove-by-element.js"],
|
||||
"run_at": "document_idle",
|
||||
"world": "MAIN"
|
||||
"js": ["./src/remove-by-element.js"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue