{
    "name": "Rentiwo – Property Manager",
    "short_name": "Rentiwo",
    "description": "Rent & landlord reminder management for Uganda properties.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#4f46e5",
    "orientation": "any",
    "categories": ["finance", "productivity", "business"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "./dashboard",
            "description": "Go to your dashboard"
        },
        {
            "name": "Payments",
            "url": "./landlord/payments",
            "description": "View payments"
        }
    ]
}
