{
    "name": "VoiceCore Enterprise",
    "short_name": "VoiceCore",
    "description": "Professional AI-powered IP-PBX softphone with smart call assistants, voicemail, and advanced call management.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "lang": "en",
    "background_color": "#00A3FF",
    "theme_color": "#00A3FF",
    "categories": ["business", "productivity"],
    "icons": [
        { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png" }
    ],
    "shortcuts": [
        {
            "name": "Softphone",
            "short_name": "Phone",
            "description": "Open the softphone",
            "url": "/",
            "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Call History",
            "short_name": "History",
            "description": "View call history",
            "url": "/history",
            "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Voicemail",
            "short_name": "Voicemail",
            "description": "Check voicemail messages",
            "url": "/voicemail",
            "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "id": "com.digitallog.voicecore"
        },
        {
            "platform": "itunes",
            "id": "com.digitallog.voicecore"
        }
    ],
    "prefer_related_applications": true
}
