Firefox WebExtension that lets you share the current tab to frontpage.fyi with minimal effort.
Agent Notes#
- Relocated the project Dockerfile into
.devcontainer/Dockerfileso GitHub Codespaces can pick it up automatically. - Added
.devcontainer/devcontainer.jsonpointing to the Dockerfile, sets remote userapp, and recommends necessary VS Code extensions. - Dropped the Rust Analyzer recommendation per project requirements; keep the list lean to essentials.
- Remember to mirror any environment dependency updates in both the Dockerfile and devcontainer definition.