{
    "id": "/dues?source=pwa",
    "name": "Rental Book",
    "short_name": "Rental Book",
    "description": "Rent, EB bills and tenants for landlords and PGs, in one book.",
    "start_url": "/dues?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f5f5f4",
    "theme_color": "#175E4C",
    "lang": "en-IN",
    "categories": ["business", "productivity", "finance"],
    "prefer_related_applications": false,
    "icons": [
        { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile.png",
            "sizes": "1000x1446",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Dashboard"
        },
        {
            "src": "/screenshots/desktop.png",
            "sizes": "2560x1358",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop Management Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Dues",
            "url": "/dues",
            "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
        },
        {
            "name": "Enter a bill",
            "url": "/bills",
            "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
        }
    ]
}
