{
  "name": "Malta Real Estate PRO",
  "short_name": "Malta RE",
  "description": "Professional real estate management for Malta properties",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Add Property",
      "short_name": "Add Property",
      "description": "Quickly add a new property",
      "url": "./?action=add-property",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Client",
      "short_name": "Add Client",
      "description": "Quickly add a new client",
      "url": "./?action=add-client",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "View smart property-client matches",
      "url": "./?action=matches",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
