Skip to content

Commit

Permalink
build: version release v5.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
obender authored and ChenReuven committed Jan 21, 2025
1 parent 5c0ae31 commit b95bafb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 67 deletions.
44 changes: 10 additions & 34 deletions webpack/manifest_v2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,21 @@
},
"default_locale": "en",
"background": {
"scripts": [
"scripts/service_worker.js"
],
"scripts": ["scripts/service_worker.js"],
"persistent": true
},
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"permissions": ["tabs", "http://*/*", "https://*/*"],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http://localhost/*",
"https://localhost/*",
"https://www.joinsafedeal.com/*"
],
"js": [
"scripts/content-script-auth.js"
],
"matches": ["http://localhost/*", "https://localhost/*", "https://www.joinsafedeal.com/*"],
"js": ["scripts/content-script-auth.js"],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"scripts/content-script-shutaf.js",
"scripts/content-script-anti-scam.js"
],
"matches": ["http://*/*", "https://*/*"],
"js": ["scripts/content-script-shutaf.js", "scripts/content-script-anti-scam.js"],
"all_frames": false
},
{
Expand Down Expand Up @@ -95,19 +77,13 @@
"https://www.amazon.eg/*",
"https://www.amazon.co.il/*"
],
"js": [
"scripts/content-script-ecommerce.js"
],
"js": ["scripts/content-script-ecommerce.js"],
"all_frames": false
},
{
"run_at": "document_end",
"matches": [
"https://*.alibaba.com/*"
],
"js": [
"scripts/content-script-supplier.js"
],
"matches": ["https://*.alibaba.com/*"],
"js": ["scripts/content-script-supplier.js"],
"all_frames": false
}
],
Expand All @@ -122,4 +98,4 @@
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
}
}
}
43 changes: 10 additions & 33 deletions webpack/manifest_v3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,18 @@
"background": {
"service_worker": "scripts/service_worker.js"
},
"permissions": [
"tabs"
],
"permissions": ["tabs"],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http://localhost/*",
"https://localhost/*",
"https://www.joinsafedeal.com/*"
],
"js": [
"scripts/content-script-auth.js"
],
"matches": ["http://localhost/*", "https://localhost/*", "https://www.joinsafedeal.com/*"],
"js": ["scripts/content-script-auth.js"],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"scripts/content-script-shutaf.js",
"scripts/content-script-anti-scam.js"
],
"matches": ["http://*/*", "https://*/*"],
"js": ["scripts/content-script-shutaf.js", "scripts/content-script-anti-scam.js"],
"all_frames": false
},
{
Expand Down Expand Up @@ -90,19 +76,13 @@
"https://www.amazon.eg/*",
"https://www.amazon.co.il/*"
],
"js": [
"scripts/content-script-ecommerce.js"
],
"js": ["scripts/content-script-ecommerce.js"],
"all_frames": false
},
{
"run_at": "document_end",
"matches": [
"https://*.alibaba.com/*"
],
"js": [
"scripts/content-script-supplier.js"
],
"matches": ["https://*.alibaba.com/*"],
"js": ["scripts/content-script-supplier.js"],
"all_frames": false
}
],
Expand All @@ -118,8 +98,5 @@
"default_popup": "popup.html"
},
"content_security_policy": {},
"host_permissions": [
"http://*/*",
"https://*/*"
]
}
"host_permissions": ["http://*/*", "https://*/*"]
}

0 comments on commit b95bafb

Please sign in to comment.