{
    "name": "OmniCity — Local Business Directory, Events & Deals",
    "short_name": "OmniCity",
    "description": "Discover local businesses, events, deals and community near you.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f8fafc",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Search businesses",
            "url": "/businesses"
        },
        {
            "name": "Add your business",
            "url": "/businesses/create"
        }
    ]
}
