{
    "name": "Loqale — Rent anything",
    "short_name": "Loqale",
    "description": "Sve turističke usluge na jednom mjestu — smještaj, transferi, taxi, rent-a-car, restorani.",
    "start_url": "/?utm_source=pwa",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#FAF7F0",
    "theme_color": "#0E5A62",
    "lang": "hr",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Pretraga",
            "short_name": "Pretraga",
            "description": "Traži ponude",
            "url": "/hr/pretraga",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        },
        {
            "name": "Moje rezervacije",
            "short_name": "Booking-i",
            "description": "Tvoje rezervacije",
            "url": "/dashboard",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        }
    ],
    "categories": ["travel", "lifestyle", "shopping"]
}
