{
    "name": "VioQbase - Voice-Powered AI Knowledge Base",
    "short_name": "VioQbase",
    "description": "Transform your workplace efficiency with VioQbase's voice-activated AI knowledge base for enterprise teams.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#112d56",
    "theme_color": "#ff7a1f",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Value Check Assessment",
            "short_name": "Assessment",
            "description": "Calculate your ROI with VioQbase",
            "url": "/#assessment",
            "icons": [
                {
                    "src": "/calculator-icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "description": "Get in touch with VioQbase",
            "url": "/contact",
            "icons": [
                {
                    "src": "/contact-icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "VioQbase Dashboard on Desktop"
        },
        {
            "src": "/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "label": "VioQbase Mobile Experience"
        }
    ]
}