{
  "name": "ClearConnect",
  "short_name": "ClearConnect",
  "description": "Canyon State tenant & landlord management — maintenance, messages, payments, and performance in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#faf3ea",
  "theme_color": "#c2703d",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Management",
      "short_name": "Manage",
      "description": "Open the management dashboard",
      "url": "/manage",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tenant portal",
      "short_name": "Portal",
      "description": "Open the tenant portal",
      "url": "/portal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Owner portal",
      "short_name": "Owners",
      "description": "Open the owner portal",
      "url": "/owner",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
