{
  "short_name": "Better Business",
  "name": "Better Business Credits",
  "description": "Microfinance loan management platform - Apply for loans, manage repayments, and track your finances.",
  "version": "2.1.0",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#166534",
  "background_color": "#ffffff",
  "categories": ["finance", "business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/bbc-logo.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BBC Mobile App"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BBC Desktop Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Apply for Loan",
      "short_name": "Apply",
      "description": "Start a new loan application",
      "url": "/customer/loans/apply",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Loans",
      "short_name": "Loans",
      "description": "View your active loans",
      "url": "/customer/loans",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Make Payment",
      "short_name": "Pay",
      "description": "Make a loan repayment",
      "url": "/customer/payments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat Support",
      "short_name": "Chat",
      "description": "Contact customer support",
      "url": "/customer/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "related_applications": [],
  "prefer_related_applications": false
}
