fixes
CI / Build & Test (push) Successful in 2m53s

This commit is contained in:
Raven Scott
2026-02-28 18:35:23 -05:00
parent 5641f1a0d4
commit d7340ab99b
+2 -5
View File
@@ -22,11 +22,8 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": [ "matches": [
"<all_urls>" "http://*/*",
], "https://*/*"
"exclude_matches": [
"chrome-extension://*/*",
"moz-extension://*/*"
], ],
"js": [ "js": [
"content.js" "content.js"