Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Readme.md - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b274304a0df6d7c4ab99bcde97108ae686555f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This WebExtension is a client for the [Passwords app for Nextcloud](https://github.com/marius-wieschollek/passwords-legacy).

### Development
##### Project Setup
1. Run `npm install`
2. Run `npm run watch`

##### Firefox Setup
1. Open "about:debugging" in Firefox
2. Click "Load Temporary Add-on"
3. Select the manifest.json in the "dist" folder

##### Notes for AMO reviewers
1. This extension uses Vue.js, jQuery, UglifyJS and webpack