fix: web_accessible_resources now supports http urls

This commit is contained in:
Abhijith Vijayan [FLUXON] 2026-01-03 19:45:33 +05:30
parent 72fa5db993
commit 88fea12ee6

View File

@ -108,7 +108,7 @@
"__chrome__web_accessible_resources": [
{
"resources": [ "assets/*" ],
"matches": [ "https://*/*" ]
"matches": [ "http://*/*", "https://*/*" ]
}
]
}