fix: image backgrounds not working after build

This commit is contained in:
SethBurkart123
2024-05-24 17:06:42 +10:00
parent 7a5f91a8c1
commit 4c8094a876
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -33,6 +33,10 @@
{
"resources": ["src/interface/index.html"],
"matches": ["*://*/*"]
},
{
"resources": ["src/seqta/ui/background/background.html"],
"matches": ["*://*/*"]
}
]
}