Skip to content

Instantly share code, notes, and snippets.

@michealgabriel
Created November 7, 2025 15:09
Show Gist options
  • Save michealgabriel/dff987282f259af11880cff41ba0529e to your computer and use it in GitHub Desktop.
Save michealgabriel/dff987282f259af11880cff41ba0529e to your computer and use it in GitHub Desktop.
{
"appName": "Olowos Loan App",
"theme": {
"primaryColor": "#FF5722",
"secondaryColor": "#4CAF50"
},
"assets": {
"logo": "https://placehold.co/200x200.png",
"splashScreen": "https://placehold.co/400x800.png"
},
"features": {
"enableCreditScore": true,
"enableDocumentUpload": false,
"paymentIntegrations": ["paystack", "flutterwave"]
},
"kycFields": [
{ "name": "full_name", "label": "Full Name", "type": "text", "required": true },
{ "name": "national_id", "label": "National ID", "type": "text", "required": true },
{ "name": "proof_of_address", "label": "Proof of Address", "type": "file", "required": false }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment