Skip to content

Commit e4848b6

Browse files
authored
Merge branch 'trunk' into windowExampleDocs
2 parents 815374f + b200675 commit e4848b6

File tree

11 files changed

+76
-51
lines changed

11 files changed

+76
-51
lines changed
Binary file not shown.
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "webextensions-selenium-example",
4-
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
4+
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
55
"version": "0.1",
66
"content_scripts": [
77
{
8-
"matches": ["https://*/*","http://*/*"],
9-
"js": ["inject.js"]
8+
"matches": [
9+
"https://*/*",
10+
"http://*/*"
11+
],
12+
"js": [
13+
"inject.js"
14+
]
1015
}
1116
],
12-
"applications": {
13-
"gecko": {
14-
"id": "webextensions-selenium-example@example.com"
15-
}
16-
}
17-
}
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "webextensions-selenium-example-v3@example.com"
20+
}
21+
}
22+
}
Binary file not shown.
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "webextensions-selenium-example",
4-
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
4+
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
55
"version": "0.1",
66
"content_scripts": [
77
{
8-
"matches": ["https://*/*","http://*/*"],
9-
"js": ["inject.js"]
8+
"matches": [
9+
"https://*/*",
10+
"http://*/*"
11+
],
12+
"js": [
13+
"inject.js"
14+
]
1015
}
1116
],
12-
"applications": {
13-
"gecko": {
14-
"id": "webextensions-selenium-example@example.com"
15-
}
16-
}
17-
}
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "webextensions-selenium-example-v3@example.com"
20+
}
21+
}
22+
}
Binary file not shown.
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "webextensions-selenium-example",
4-
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
4+
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
55
"version": "0.1",
66
"content_scripts": [
77
{
8-
"matches": ["https://*/*","http://*/*"],
9-
"js": ["inject.js"]
8+
"matches": [
9+
"https://*/*",
10+
"http://*/*"
11+
],
12+
"js": [
13+
"inject.js"
14+
]
1015
}
1116
],
12-
"applications": {
13-
"gecko": {
14-
"id": "webextensions-selenium-example@example.com"
15-
}
16-
}
17-
}
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "webextensions-selenium-example-v3@example.com"
20+
}
21+
}
22+
}

examples/kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<junit5.version>5.10.2</junit5.version>
1818
<wdm.version>5.2.3</wdm.version>
1919

20-
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
20+
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
2121

2222
<java.version>1.8</java.version>
2323
<selenium.version>4.21.0</selenium.version>
Binary file not shown.
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "webextensions-selenium-example",
4-
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
4+
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
55
"version": "0.1",
66
"content_scripts": [
77
{
8-
"matches": ["https://*/*","http://*/*"],
9-
"js": ["inject.js"]
8+
"matches": [
9+
"https://*/*",
10+
"http://*/*"
11+
],
12+
"js": [
13+
"inject.js"
14+
]
1015
}
1116
],
12-
"applications": {
13-
"gecko": {
14-
"id": "webextensions-selenium-example@example.com"
15-
}
16-
}
17-
}
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "webextensions-selenium-example-v3@example.com"
20+
}
21+
}
22+
}
Binary file not shown.

0 commit comments

Comments
 (0)