Skip to content

Commit 813f967

Browse files
committed
reset manifest.json back to original contentscript settings
-only run on localhost by default -remove these settings:run_at: document_start, all_frames: false, isolated_world: true
1 parent 0f48132 commit 813f967

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/extension/build/manifest.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
},
1515
"content_scripts": [
1616
{
17-
"matches": ["<all_urls>"],
18-
"js": ["bundles/content.bundle.js"],
19-
"run_at": "document_start",
20-
"all_frames": false,
21-
"isolated_world": true
17+
"matches": ["https://localhost/*"],
18+
"js": ["bundles/content.bundle.js"]
2219
}
2320
],
2421
"web_accessible_resources": [

0 commit comments

Comments
 (0)