mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-25 02:33:42 +03:00
Inject pageScript using new API
This commit is contained in:
parent
965f2ab8a6
commit
b164f492df
|
@ -43,19 +43,20 @@
|
|||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"exclude_globs": ["https://www.google*"],
|
||||
"js": ["content.bundle.js", "pagewrap.bundle.js"],
|
||||
"js": ["content.bundle.js"],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true
|
||||
},
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"exclude_globs": ["https://www.google*"],
|
||||
"js": ["page.bundle.js"],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"world": "MAIN"
|
||||
}
|
||||
],
|
||||
"devtools_page": "devtools.html",
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["page.bundle.js"],
|
||||
"matches": ["<all_urls>"],
|
||||
"extension_ids": []
|
||||
}
|
||||
],
|
||||
"externally_connectable": {
|
||||
"ids": ["*"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user