{
  "name": "B.S.S.M.R. LIONS LENDING CORP. - Online Lending Platform",
  "short_name": "BSSMR LIONS",
  "description": "Fast, secure, and convenient personal loans in the Philippines. SEC registered lending platform with competitive rates.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#81C7FB",
  "theme_color": "#488A99",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-PH",
  "dir": "ltr",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/static/picture/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/picture/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Apply for Loan",
      "short_name": "Apply",
      "description": "Quick loan application",
      "url": "/contact-us",
      "icons": [
        {
          "src": "/static/picture/shortcut-apply.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Loan Calculator",
      "short_name": "Calculator",
      "description": "Calculate loan payments",
      "url": "/loan-products",
      "icons": [
        {
          "src": "/static/picture/shortcut-calculator.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Support",
      "short_name": "Support",
      "description": "Get help and support",
      "url": "/contact-us",
      "icons": [
        {
          "src": "/static/picture/shortcut-support.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/picture/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of loan application"
    },
    {
      "src": "/static/picture/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of loan application"
    }
  ]
}
