dependabot[bot] fda01733a8 Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 18:29:37 +00:00
2020-07-16 20:23:10 +02:00
2020-06-07 19:29:42 +02:00
2020-07-16 20:28:33 +02:00
2019-12-11 23:14:35 +01:00
2020-07-16 20:28:33 +02:00
2020-06-24 20:41:31 +02:00

SimpleLogin Chrome/Firefox extension

SimpleLogin is the open-source privacy-first email alias and Single Sign-On (SSO) Identity Provider.

More info on our website at https://simplelogin.io

The extension uses VueJS with https://github.com/Kocal/vue-web-extension boilerplate.

General information

The extension consists of 3 main screens:

  • setup screen for first-time user. Here user can create and paste the API Key that's stored in chrome.storage.
  • main screen: displays email alias recommendation, alias creation and existing alias.
  • new alias screen: when a new alias is created, user is redirected to this screen so they can copy it.

Contributing Guide

All work on SimpleLogin Chrome/Firefox extension happens directly on GitHub.

To run the extension locally, please follow these steps:

  • install all dependencies with npm install.

  • run npm run watch:dev to generate the /dist folder that can be installed into Chrome.

On Firefox, it can be done via web-ext tool from within the /dist folder: cd dist/ && web-ext run

To release, build the production version and zip it via npm run build && npm run build-zip

The code is formatted using prettier, make sure to run it before creating the commit :).

S
Description
SimpleLogin Chrome/ Firefox extension
Readme MIT 1.6 MiB
Languages
Vue 57.3%
JavaScript 35.8%
SCSS 6.5%
HTML 0.4%