https://github.com/anonaddy/browser-extension
The source code for the browser extension
https://github.com/anonaddy/browser-extension
Last synced: 6 months ago
JSON representation
The source code for the browser extension
- Host: GitHub
- URL: https://github.com/anonaddy/browser-extension
- Owner: anonaddy
- License: mit
- Created: 2019-10-07T15:16:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T17:07:09.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:55:49.402Z (about 1 year ago)
- Language: Vue
- Size: 1.94 MB
- Stars: 106
- Watchers: 6
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Anonymous Email Forwarding
This is the source code for the addy.io browser extension.
## Build
```bash
# Install dependencies
npm install
# Generate dev assets
npm run dev
# Generate production assets
npm run production
# Build production zip
npm run build
```