We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6b2e8 commit f4bf384Copy full SHA for f4bf384
system-tests/projects/plugin-extension/ext/background.js renamed to system-tests/projects/plugin-extension/ext/content.js
system-tests/projects/plugin-extension/ext/manifest.json
@@ -3,8 +3,11 @@
3
"version": "0",
4
"description": "tests adding user extension into Cypress",
5
"permissions": [
6
- "tabs",
7
- "webNavigation",
+ "tabs"
+ ],
8
+ "host_permissions": [
9
+ "http://*/*",
10
+ "https://*/*",
11
"<all_urls>"
12
],
13
"content_scripts": [
@@ -17,11 +20,11 @@
17
20
"*://*/__/*"
18
21
19
22
"js": [
- "background.js"
23
+ "content.js"
24
25
"run_at": "document_end",
26
"all_frames": true
27
}
28
- "manifest_version": 2
29
+ "manifest_version": 3
30
0 commit comments