Create Password category

This commit is contained in:
Daniel Khamsing 2017-02-08 07:29:30 -08:00
parent b30c580fa0
commit c02672e4cc
1 changed files with 14 additions and 9 deletions

View File

@ -187,6 +187,11 @@
"title": "Security", "title": "Security",
"id": "security" "id": "security"
}, },
{
"title": "Password",
"id": "password",
"parent": "security"
},
{ {
"title": "Social", "title": "Social",
"id": "social" "id": "social"
@ -4745,7 +4750,7 @@
{ {
"title": "FreeOTP Authenticator", "title": "FreeOTP Authenticator",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "Two-Factor Authentication", "description": "Two-Factor Authentication",
"source": "https://fedorahosted.org/freeotp/browser/ios", "source": "https://fedorahosted.org/freeotp/browser/ios",
@ -4760,7 +4765,7 @@
{ {
"title": "MasterPassword", "title": "MasterPassword",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "Stateless password management solution", "description": "Stateless password management solution",
"license": "gpl-3.0", "license": "gpl-3.0",
@ -4780,7 +4785,7 @@
{ {
"title": "MiniKeePass", "title": "MiniKeePass",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "Secure Password Manager", "description": "Secure Password Manager",
"source": "https://github.com/MiniKeePass/MiniKeePass", "source": "https://github.com/MiniKeePass/MiniKeePass",
@ -4800,7 +4805,7 @@
{ {
"title": "SkeletonKey", "title": "SkeletonKey",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"tags": [ "tags": [
"iphone" "iphone"
@ -4823,7 +4828,7 @@
{ {
"title": "ZeroStore", "title": "ZeroStore",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "password storage without the storage", "description": "password storage without the storage",
"license": "mit", "license": "mit",
@ -8308,7 +8313,7 @@
{ {
"title": "Authenticator", "title": "Authenticator",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "A simple two-factor authentication app with a clean UI", "description": "A simple two-factor authentication app with a clean UI",
"source": "https://github.com/mattrubin/authenticator", "source": "https://github.com/mattrubin/authenticator",
@ -8763,7 +8768,7 @@
{ {
"title": "Encryptr", "title": "Encryptr",
"category-ids": [ "category-ids": [
"security", "password",
"finance" "finance"
], ],
"tags": [ "tags": [
@ -9735,7 +9740,7 @@
{ {
"title": "Dono", "title": "Dono",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"description": "Password derivation tool", "description": "Password derivation tool",
"source": "https://github.com/dono-app/dono-ios", "source": "https://github.com/dono-app/dono-ios",
@ -11131,7 +11136,7 @@
"title": "pass", "title": "pass",
"description": "password-store app", "description": "password-store app",
"category-ids": [ "category-ids": [
"security" "password"
], ],
"source": "https://github.com/davidjb/pass-ios", "source": "https://github.com/davidjb/pass-ios",
"homepage": "https://www.passwordstore.org/", "homepage": "https://www.passwordstore.org/",