{
    "name": "HomeCare",
    "short_name": "HomeCare",
    "description": "Professional Apartment Management System — Manage your society with ease.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#7C4DFF",
    "lang": "en",
    "categories": [
        "utilities",
        "productivity",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "home.jpg",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "home.jpg",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "home.jpg",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "home.jpg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Raise Complaint",
            "short_name": "Complaint",
            "description": "Quickly raise a new complaint",
            "url": "./index.html#complaints",
            "icons": [
                {
                    "src": "home.jpg",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Notice Board",
            "short_name": "Notices",
            "description": "View latest society notices",
            "url": "./index.html#notices",
            "icons": [
                {
                    "src": "home.jpg",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Visitor Approval",
            "short_name": "Visitors",
            "description": "Pre-approve a visitor",
            "url": "./index.html#visitors",
            "icons": [
                {
                    "src": "home.jpg",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "related_applications": []
}
