mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix: web_accessible_resources now supports http urls
This commit is contained in:
parent
72fa5db993
commit
88fea12ee6
@ -108,7 +108,7 @@
|
|||||||
"__chrome__web_accessible_resources": [
|
"__chrome__web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"resources": [ "assets/*" ],
|
"resources": [ "assets/*" ],
|
||||||
"matches": [ "https://*/*" ]
|
"matches": [ "http://*/*", "https://*/*" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user