{
  "name": "Rent Tracker",
  "short_name": "RentTracker",
  "description": "Property rent management system",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a1a2e",
  "background_color": "#1a1a2e",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png?v2", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "icons/icon-512.png?v2", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" },
    { "src": "icons/icon.svg?v2", "type": "image/svg+xml", "sizes": "512x512", "purpose": "any" }
  ]
}
