{
  "name": "OSZ Property Manager",
  "short_name": "OSZ Property",
  "description": "Manage your Malaysian rental properties with ease",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#1e293b",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-MY",
  "categories": ["productivity", "finance", "business"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Properties",
      "url": "/properties",
      "description": "View all properties"
    },
    {
      "name": "Payments",
      "url": "/payments",
      "description": "Track rental payments"
    },
    {
      "name": "New Agreement",
      "url": "/tenancies/new",
      "description": "Create a new tenancy agreement"
    }
  ]
}
