{
    "name": "Pinoy Kuwait - Filipino Community in Kuwait",
    "short_name": "Pinoy Kuwait",
    "description": "The trusted marketplace for the Filipino community in Kuwait. Find jobs, rooms, services, buy and sell items, and connect with fellow Pinoys.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1D4ED8",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["shopping", "social", "lifestyle", "business"],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Post Free Ad",
            "short_name": "Post Ad",
            "url": "/listings/create",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Find Jobs",
            "short_name": "Jobs",
            "url": "/listings?category=jobs",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Find Rooms",
            "short_name": "Rooms",
            "url": "/listings?category=rooms",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}