[
{
"key": "public_profile",
"category": "privacy",
"title": "Public Profile",
"description": "Allow other users to view your profile",
"value": "true",
"default_value": "true"
},
{
"key": "email_notifications",
"category": "notifications",
"title": "Email Notifications",
"description": "Receive email notifications for important updates",
"value": "true",
"default_value": "true"
},
{
"key": "push_notifications",
"category": "notifications",
"title": "Push Notifications",
"description": "Receive push notifications on your device",
"value": "false",
"default_value": "true"
},
{
"key": "dark_mode",
"category": "display",
"title": "Dark Mode",
"description": "Use dark theme for the application",
"value": "true",
"default_value": "false"
},
{
"key": "two_factor_auth",
"category": "security",
"title": "Two-Factor Authentication",
"description": "Enable two-factor authentication for your account",
"value": "false",
"default_value": "false"
}
]