add: background.js for automatic code input

This commit is contained in:
2026-03-18 12:33:21 +01:00
parent becc4f9445
commit e8a14e7e69
8 changed files with 3748 additions and 56 deletions

View File

@@ -9,6 +9,11 @@
"tabs",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module",
"scripts": ["background.js"]
},
"action": {
"default_popup": "index.html"
},
@@ -17,13 +22,9 @@
},
"content_scripts": [
{
"matches": [
"https://sso.us.es/*"
],
"js": [
"scripts/content.js"
],
"run_at": "document_idle"
"matches": ["https://sso.us.es/*"],
"js": ["scripts/content.js"],
"run_at": "document_start"
}
],
"host_permissions": [