{
    "name": "BC Auto Management System",
    "short_name": "BC Auto",
    "description": "ระบบจัดการรายรับ-รายจ่าย และบริหารพนักงาน สำหรับ BC Auto Service",
    "start_url": "/pages/main/index.html",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#1e40af",
    "background_color": "#f8fafc",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/bc_auto_logo.png",
            "sizes": "2000x2000",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/screenshots/screenshot_desktop.png",
            "sizes": "500x717",
            "type": "image/png",
            "form_factor": "wide",
            "label": "BC Auto Desktop Dashboard"
        },
        {
            "src": "/icons/screenshots/screenshot_mobile.png",
            "sizes": "500x717",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "BC Auto Mobile App"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "lang": "th",
    "dir": "ltr"
}