mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-10 23:14:26 +08:00
Fix bookmarklet
This commit is contained in:
parent
35000a6814
commit
ea040ed444
2 changed files with 4 additions and 1 deletions
|
@ -32,6 +32,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
|||
<screenshot small-thumbnail="https://img.passman.cc/thumbs/overview.png">https://img.passman.cc/overview.png</screenshot>
|
||||
<screenshot small-thumbnail="https://img.passman.cc/thumbs/edit_credential.png">https://img.passman.cc/edit_credential.png</screenshot>
|
||||
<screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot>
|
||||
<screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
|
||||
<dependencies>
|
||||
<php min-version="5.6"/>
|
||||
<owncloud min-version="9" max-version="11" />
|
||||
|
|
|
@ -13,6 +13,8 @@ script('passman', 'vendor/angular-touch/angular-touch.min');
|
|||
script('passman', 'vendor/angular-local-storage/angular-local-storage.min');
|
||||
script('passman', 'vendor/angular-off-click/angular-off-click.min');
|
||||
script('passman', 'vendor/angularjs-datetime-picker/angularjs-datetime-picker.min');
|
||||
script('passman', 'vendor/angular-translate/angular-translate.min');
|
||||
script('passman', 'vendor/angular-translate/angular-translate-loader-url.min');
|
||||
script('passman', 'vendor/ng-password-meter/ng-password-meter');
|
||||
script('passman', 'vendor/sjcl/sjcl');
|
||||
script('passman', 'vendor/ui-sortable/sortable');
|
||||
|
|
Loading…
Add table
Reference in a new issue