{
  "name": "Property Management Solutions",
  "short_name": "PMS",
  "description": "Real Estate Sales Management System — offline-tolerant cloud app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f4f6",
  "theme_color": "#1E40AF",
  "lang": "en-PH",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard", "description": "Main dashboard" },
    { "name": "New Sale", "url": "/sales/new", "description": "Record a new sale" },
    { "name": "Payments", "url": "/payments", "description": "View payments" }
  ]
}
