{
    "name": "Just🐞.Me Phone",
    "short_name": "Just🐞.Me",
    "description": "Secure peer-to-peer VoIP communication app with real-time calling",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#007AFF",
    "background_color": "#FFFFFF",
    "lang": "en",
    "scope": "/",
    "gcm_sender_id": "103953800507",
    "icons": [
        {
            "src": "/static/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["communication", "productivity", "business"],
    "shortcuts": [
        {
            "name": "Quick Call",
            "short_name": "Call",
            "description": "Start a new VoIP call",
            "url": "/?action=call"
        },
        {
            "name": "Contacts",
            "short_name": "Contacts",
            "description": "View contacts list",
            "url": "/?action=contacts"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    }
}
