Skip to content

Commit bcb2cf6

Browse files
committed
Update xpi file for firefox
1 parent 5826f97 commit bcb2cf6

File tree

10 files changed

+75
-50
lines changed

10 files changed

+75
-50
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-
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-
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-
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-
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-
15-
}
16-
}
17-
}
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "webextensions-selenium-example-v3@example.com"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)