{
  "name": "SecurePay",
  "short_name": "SecurePay",
  "start_url": "/",
  "display": "standalone",
  "description": "A description for your application",
  "lang": " The default language of your application",
  "dir": "auto",
  "theme_color": "#7C3AED",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://securepay.peaceonsol.com/images/homepage.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "description": "A screenshot of the home page"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "SecurePay",
      "url": "https://securepay.peaceonsol.com/",
      "description": "Access Secure Escrow Service"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+securepay",
      "url": "/%s"
    }
  ],
  "display_override": [
    "window-controls-overlay"
  ],
  "androidPackageOptions": {
    "package": "com.peaceonsol.securepay",
    "minSdkVersion": 21
  }
}