{
    "name": "Our-Memory",
    "short_name": "Our-Memory",
    "description": "Your private sanctuary. Distraction-free chat, AI avatar calls, and shared memories — just the two of you.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0A0A0A",
    "theme_color": "#0A0A0A",
    "lang": "en",
    "categories": ["social", "lifestyle"],

    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],

    "shortcuts": [
        {
            "name": "Open Chat",
            "short_name": "Chat",
            "description": "Go directly to your private chat",
            "url": "/chat",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Video Call",
            "short_name": "Call",
            "description": "Start a video call",
            "url": "/call",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Memory Vault",
            "short_name": "Vault",
            "description": "View your shared memories",
            "url": "/vault",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],

    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard — Your private home"
        },
        {
            "src": "/screenshots/chat.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Private Chat"
        }
    ],

    "prefer_related_applications": false,
    "related_applications": []
}