{
  "name": "HappyRentals Property Management",
  "short_name": "HappyRentals",
  "description": "Rent, maintenance, messages, documents, and property operations in one connected workspace.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbf8f2",
  "theme_color": "#2f6b57",
  "orientation": "any",
  "icons": [
    { "src": "/happyrentals-pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/happyrentals-pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Available rentals",
      "short_name": "Rentals",
      "url": "/listings",
      "icons": [{ "src": "/happyrentals-pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sign in",
      "short_name": "Sign in",
      "url": "/login",
      "icons": [{ "src": "/happyrentals-pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
