Skip to content

Commit

Permalink
Update xpi file for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Jun 14, 2024
1 parent 5826f97 commit bcb2cf6
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 50 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "webextensions-selenium-example",
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
"version": "0.1",
"content_scripts": [
{
"matches": ["https://*/*","http://*/*"],
"js": ["inject.js"]
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"inject.js"
]
}
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
"browser_specific_settings": {
"gecko": {
"id": "webextensions-selenium-example-v3@example.com"
}
}
}
Binary file modified examples/java/src/test/resources/extensions/selenium-example.xpi
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "webextensions-selenium-example",
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
"version": "0.1",
"content_scripts": [
{
"matches": ["https://*/*","http://*/*"],
"js": ["inject.js"]
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"inject.js"
]
}
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
"browser_specific_settings": {
"gecko": {
"id": "webextensions-selenium-example-v3@example.com"
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "webextensions-selenium-example",
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
"version": "0.1",
"content_scripts": [
{
"matches": ["https://*/*","http://*/*"],
"js": ["inject.js"]
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"inject.js"
]
}
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
"browser_specific_settings": {
"gecko": {
"id": "webextensions-selenium-example-v3@example.com"
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "webextensions-selenium-example",
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
"version": "0.1",
"content_scripts": [
{
"matches": ["https://*/*","http://*/*"],
"js": ["inject.js"]
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"inject.js"
]
}
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
"browser_specific_settings": {
"gecko": {
"id": "webextensions-selenium-example-v3@example.com"
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "webextensions-selenium-example",
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium" ,
"description": "Inject a div with id webextensions-selenium-example to verify that WebExtensions work in Firefox/Selenium",
"version": "0.1",
"content_scripts": [
{
"matches": ["https://*/*","http://*/*"],
"js": ["inject.js"]
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"inject.js"
]
}
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
"browser_specific_settings": {
"gecko": {
"id": "webextensions-selenium-example-v3@example.com"
}
}
}

0 comments on commit bcb2cf6

Please sign in to comment.