feat: add Inbucket mailbox support and enhance password management in side panel

This commit is contained in:
Jimmy
2026-04-06 12:01:20 +08:00
parent 2be94e6765
commit 8b0ffa330f
9 changed files with 420 additions and 17 deletions
+8
View File
@@ -53,6 +53,14 @@
],
"js": ["content/utils.js", "content/duck-mail.js"],
"run_at": "document_idle"
},
{
"matches": [
"https://inbucket.j2to.de/*"
],
"js": ["content/utils.js", "content/inbucket-mail.js"],
"all_frames": true,
"run_at": "document_idle"
}
],
"action": {