{
  "id": "/",
  "name": "Homeowners Association",
  "short_name": "HOA",
  "description": "Homeowners association \u2014 documents, board meetings, community news, and the resident portal.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#990026",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Resident portal",
      "short_name": "Portal",
      "url": "/residents",
      "description": "Your account, ballots and residents-only documents"
    },
    {
      "name": "Documents",
      "short_name": "Documents",
      "url": "/documents",
      "description": "CC&Rs, bylaws, minutes and forms"
    },
    {
      "name": "Submit a request",
      "short_name": "Request",
      "url": "/contact",
      "description": "Send the board a message"
    }
  ],
  "categories": [
    "lifestyle",
    "utilities"
  ],
  "lang": "en-US",
  "dir": "ltr"
}
