fix: Icons and images not displaying correctly

This commit is contained in:
Alphons Joseph
2024-09-05 19:54:46 +08:00
parent c2da4c1ed5
commit e3ec0d83ab
+4
View File
@@ -37,6 +37,10 @@
{ {
"resources": ["*://*/*"], "resources": ["*://*/*"],
"matches": ["*://*/*"] "matches": ["*://*/*"]
},
{
"resources": ["resources/icons/*"],
"matches": ["*://*/*"]
} }
] ]
} }