{
    "name": "Villa Rhei Artomoro",
    "short_name": "Villa Rhei",
    "description": "PWA booking website and PMS Lite for Villa Rhei Artomoro - Batu",
    "start_url": "/artomoro/",
    "scope": "/artomoro/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#1f5b7a",
    "categories": ["travel", "lifestyle", "business"],
    "icons": [
        {
            "src": "themes/artomoro-default/assets/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "themes/artomoro-default/assets/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "themes/artomoro-default/assets/icon-maskable-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Check Availability",
            "short_name": "Availability",
            "url": "/artomoro/availability.php"
        },
        {
            "name": "Book Villa",
            "short_name": "Book",
            "url": "/artomoro/booking.php"
        },
        {
            "name": "Guest Dashboard",
            "short_name": "Guest",
            "url": "/artomoro/guest/dashboard.php"
        }
    ]
}