{
  "id": "/",
  "name": "ROYAL MORTGAGE.ai",
  "short_name": "RoyalMortgage",
  "description": "The RoyalMortgage.ai home base — ask your question, open the room you need.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "./index.html?src=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E1D49",
  "theme_color": "#152B6B",
  "categories": ["finance", "utilities"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "The Interview Room",
      "short_name": "Interview",
      "description": "The questions a loan officer asks, one at a time",
      "url": "./interview.html",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Precision Pricing",
      "short_name": "Pricing",
      "description": "Your loan, your price, your choice",
      "url": "./precision-pricing.html",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
