{
    "name": "Benicia Computer Repair - ART Computer",
    "short_name": "Benicia PC Repair",
    "description": "Professional computer repair services in Benicia, CA. Same-day service, virus removal, data recovery & IT support.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f4c75",
    "theme_color": "#4a90e2",
    "orientation": "portrait-primary",
    "categories": ["business", "utilities", "productivity"],
    "lang": "en-US",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.svg",
            "sizes": "180x180",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "16x16",
            "type": "image/x-icon",
            "purpose": "any"
        },
        {
            "src": "/favicon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Call for Emergency",
            "url": "/emergency",
            "description": "24/7 emergency computer repair support",
            "icons": [
                {
                    "src": "/images/emergency-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Contact Us",
            "url": "/contact", 
            "description": "Get in touch for computer repair services",
            "icons": [
                {
                    "src": "/images/contact-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Our Services",
            "url": "/services/computer-repair",
            "description": "Browse our computer repair services",
            "icons": [
                {
                    "src": "/images/services-icon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
