{
  "name": "The Performance Realtor",
  "short_name": "TPR",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#FAFAF7",
  "theme_color": "#C8A44E",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Read Book",
      "short_name": "Book",
      "url": "/book",
      "description": "Open the TPR book"
    }
  ]
}
