{
    "name": "Veil View",
    "short_name": "VeilView",
    "description": "Secure text transformation and communication",
    "id": "ai.veilview.app",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#212529",
    "theme_color": "#3498db",
    "lang": "en-US",
    "dir": "ltr",
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "scope": "/",
    "icons": [
        {
            "src": "/static/veilview-logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/veilview-logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/veilview-logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/veilview-logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "orientation": "any",
    "categories": ["security", "communication", "productivity"],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "prefer_related_applications": false,
    "related_applications": [],
    "scope_extensions": [
        {"origin": "https://veilview.ai"}
    ],
    "shortcuts": [
        {
            "name": "New Transformation",
            "short_name": "Transform",
            "description": "Create a new text transformation",
            "url": "/transform",
            "icons": [{ "src": "/static/veilview-logo-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Secure Chat",
            "short_name": "Chat",
            "description": "Start or continue secure conversations",
            "url": "/chat_rooms",
            "icons": [{ "src": "/static/veilview-logo-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "screenshots": [
        {
            "src": "/static/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home Screen"
        },
        {
            "src": "/static/screenshots/transformation.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Text Transformation Screen"
        },
        {
            "src": "/static/screenshots/settings.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Settings Screen"
        }
    ]
}
