{
  "name": "CayRentManager",
  "short_name": "CayRentMgr",
  "description": "Property management for Cayman landlords, tenants, and vendors. Pay rent, file maintenance, manage tenants on the go.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0a1f44",
  "categories": ["productivity", "business", "finance"],
  "lang": "en-KY",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay rent",
      "short_name": "Pay rent",
      "url": "/tenant/payments",
      "description": "Jump straight to the tenant payments page"
    },
    {
      "name": "File maintenance",
      "short_name": "Maintenance",
      "url": "/tenant/maintenance",
      "description": "Submit a new maintenance request"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "description": "Open the messaging inbox"
    }
  ]
}
