🐛 Fix: Remove styles.css from content_scripts (was breaking Claude UI), improve background.js error handling

This commit is contained in:
Hamza-Ayed
2026-06-02 17:49:40 +03:00
parent a6016f3f8f
commit 1e16cafa74
2 changed files with 38 additions and 10 deletions

View File

@@ -50,9 +50,6 @@
"js": [
"claude-arabic-voice/content.js"
],
"css": [
"claude-arabic-voice/styles.css"
],
"run_at": "document_idle"
}
],