{
"display_override": ["window-controls-overlay"], 
"shortcuts": [
  {
    "name": "Interest Calculator PWA",
    "short_name": "IntCalc App",
    "description": "Calculate Loan Payments",
    "url": "/?startLive",
    "icons": [
      {
        "src": "intcalcpwa.ico",
        "sizes": "256x256"
      }
    ]
  }
], 
    "lang": "en-us",
    "name": "PWA Loan Calc Tool",
    "short_name": "PWA Loan Calcs",
    "description": "Tool for calculating loans, Interest, and Payoffs",
    "start_url": "index.html",
    "background_color": "#2f3d58",
    "theme_color": "#2f3dff",
    "orientation": "any",
    "display": "standalone",
    "icons": [
        {
            "src": "intcalcpwa.ico",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "protocol_handlers": [
        {
          "protocol": "web+bettencourtt",
          "url": "https://bettencourtt.com/intcalcpwa/index.html"
        }
    ],
    "screenshots" : [
        {
          "src": "calcscreen1.png",
          "sizes": "288x619",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Calculations"
        },
        {
          "src": "payoffs1.png",
          "sizes": "369x838",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Payoffs Screen"
        },
        {
          "src": "datescalc.png",
          "sizes": "367x543",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Dates Screen"
        }
        
        
      ]
}