{
  "name": "Stratis Borrower",
  "short_name": "Stratis",
  "description": "Borrower portal — view your loan, repayments, statements and documents on the go.",
  "start_url": "/borrower/",
  "scope": "/borrower/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2849a0",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Repayments",
      "short_name": "Pay",
      "description": "View your upcoming repayments.",
      "url": "/borrower/schedule"
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/borrower/documents"
    }
  ]
}
