{
    "name": "hawkchat — off the cloud, on your glove",
    "short_name": "hawkchat",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0E0F12",
    "theme_color": "#0E0F12",
    "description": "A private, on-device AI secretary. Sealed — nothing leaves your device. Chat in the browser; install native for full agentic power.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "_shortcuts_note": "PWA app-icon long-press parallel of the native home-widget / Quick-Settings tile. A browser cannot host a real home-screen glance, so a web shortcut only OPENS the app with a ?action= query param (read by bridge_web.consumeLaunchAction). The real widget is native-only; this is the honest web boundary. SEALED — same-origin navigation, no network.",
    "shortcuts": [
        {
            "name": "Talk to hawk",
            "short_name": "Talk",
            "url": "./?action=voice",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Today",
            "short_name": "Today",
            "url": "./?action=today",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "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"
        }
    ]
}
