{
    "name": "Prospect Command Center",
    "short_name": "Prospects",
    "description": "Marketing prospect discovery and management",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0b",
    "theme_color": "#0a0a0b",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "productivity"],
    "shortcuts": [
        {
            "name": "New Search",
            "url": "/?page=search",
            "icons": [{"src": "/icons/search.png", "sizes": "96x96"}]
        },
        {
            "name": "All Prospects",
            "url": "/?page=prospects",
            "icons": [{"src": "/icons/users.png", "sizes": "96x96"}]
        }
    ]
}
