Files
Devon f7873d14c7 Add 'Add to contacts' feature
Toolbar More menu now saves sender to Contact Manager with green
success toast or grey 'Already in contacts' toast for duplicates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 10:19:48 -04:00

12 lines
194 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "dashmail",
"runtimeExecutable": "npx",
"runtimeArgs": ["serve", "-p", "3000", "."],
"port": 3000
}
]
}