Vaults should be stored under this schema
{
"vault": [
{
"url" : "https://example.com",
"favicon": "base_64_favicon",
"username": "example_username",
"password": "encrypted_password"
}
]
}Note: shema is not enforced and user is able to store the data however they may choose