{
    "name": "Scan2Eat - QR Menu & Ordering System",
    "short_name": "สแกนทูอีท",
    "description": "แอปสแกนทูอีท สำหรับดูเมนูและสั่งอาหารผ่าน QR Code - ระบบจัดการเมนูและการสั่งอาหารสำหรับร้านอาหาร",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "dir": "ltr",
    "lang": "th-TH",
    "background_color": "#ffffff",
    "theme_color": "#0175C2",
    "prefer_related_applications": false,
    "categories": ["food", "shopping", "productivity"],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow",
            "purpose": "any"
        }
    ],
    "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-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "View Menu",
            "short_name": "Menu",
            "description": "View restaurant menu",
            "url": "/menu",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Order History",
            "short_name": "Orders",
            "description": "View your order history",
            "url": "/orders",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
