{
    "name": "JARVIS 2026",
    "short_name": "JARVIS",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#07111A",
    "theme_color": "#07111A",
    "description": "A cinematic command center for briefings, automations, and edge intelligence.",
    "categories": ["productivity", "utilities", "lifestyle"],
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Command Center",
            "short_name": "Center",
            "description": "Open the primary Jarvis command surface.",
            "url": "/"
        },
        {
            "name": "Diagnostics",
            "short_name": "Diag",
            "description": "Open the systems diagnostics surface.",
            "url": "/diagnostics"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
