{
  "name": "SmartRent.ie - Property Management Platform",
  "short_name": "SmartRent",
  "description": "Complete property management solution for Irish landlords and tenants",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/landlord/dashboard",
      "icons": [
        {
          "src": "/icon-dashboard.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "url": "/landlord/properties",
      "icons": [
        {
          "src": "/icon-properties.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "url": "/tenant/payments",
      "icons": [
        {
          "src": "/icon-payments.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Maintenance",
      "short_name": "Maintenance",
      "url": "/tenant/maintenance",
      "icons": [
        {
          "src": "/icon-maintenance.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  }
}

