1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Minor 1.3 (#6)

- Added more special characters for password
- Increased minimal password length to 6 characters
- Fixed "Do not repeat characters" option
- Now passwords always include all types of characters
This commit is contained in:
Michael Gordeev
2021-03-06 12:16:00 +03:00
committed by GitHub
parent 5dd5b8876b
commit 8a1a2bc009
3 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "1.2",
"version": "1.3",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",