Skip to content

Commit 86b85cc

Browse files
author
Jesse Dijkstra
committed
Allow DevTools to access the frames
Adds the "all_frames" option to the manifest.json to allow DevTools to access iframes that might hold the Store instead of the main page. Solves: #50
1 parent 2a2e689 commit 86b85cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/browser/extension/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"matches": ["<all_urls>"],
5757
"exclude_globs": [ "https://www.google*" ],
5858
"js": ["js/content.bundle.js", "js/pagewrap.bundle.js"],
59-
"run_at": "document_start"
59+
"run_at": "document_start",
60+
"all_frames": true
6061
}
6162
],
6263
"devtools_page": "devtools.html",
@@ -68,4 +69,4 @@
6869
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",
6970
"update_url": "https://clients2.google.com/service/update2/crx",
7071
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdJEPwY92xUACA9CcDBDBmbdbp8Ap3cKQ0DJTUuVQvqb4FQAv8RtKY3iUjGvdwuAcSJQIZwHXcP2aNDH3TiFik/NhRK2GRW8X3OZyTdkuDueABGP2KEX8q1WQDgjX/rPIinGYztUrvoICw/UerMPwNW62jwGoVU3YhAGf+15CgX2Y6a4tppnf/+1mPedKPidh0RsM+aJY98rX+r1SPAHPcGzMjocLkqcT75DZBXer8VQN14tOOzRCd6T6oy7qm7eWru8lJwcY66qMQvhk0osqEod2G3nA7aTWpmqPFS66VEiecP9PgZlp8gQdgZ3dFhA62exydlD55JuRhiMIR63yQIDAQAB"
71-
}
72+
}

0 commit comments

Comments
 (0)