{
    "name": "Secret Love Chat",
    "short_name": "SecretChat",
    "description": "Private encrypted chat between two people",
    "start_url": "/index.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#008069",
    "theme_color": "#008069",
    "lang": "en",
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "social",
        "communication"
    ],
    "shortcuts": [
        {
            "name": "Open Chat",
            "short_name": "Chat",
            "description": "Go directly to the chat",
            "url": "/chat.php",
            "icons": [
                {
                    "src": "icon.svg",
                    "sizes": "any"
                }
            ]
        }
    ]
}