mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
Reduce content script matches scope
This commit is contained in:
parent
cfca4a1acb
commit
ca73e88b50
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://*.encora.it/*"
|
"https://encora.it/*"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
"js/contentScript.bundle.js"
|
"js/contentScript.bundle.js"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user