Enhance UI, remove unused code

This commit is contained in:
zaelgohary
2025-05-28 11:39:25 +03:00
parent 37764e3861
commit c2c5be3409
7 changed files with 254 additions and 487 deletions

View File

@@ -14,12 +14,7 @@
"type": "module"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"action": {
"default_popup": "popup.html",