{
    "id": "/index.php",
    "name": "Too Sicily",
    "short_name": "TooSicily",
    "description": "Discover and manage authentic Sicily experiences: BnB, tours, food, and sport.",
    "lang": "en",
    "start_url": "/index.php?source=pwa",
    "scope": "/",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f3eee2",
    "theme_color": "#d56a1c",
    "categories": [
        "travel",
        "lifestyle",
        "food",
        "sports"
    ],
    "icons": [
        {
            "src": "/images/ico/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/ico/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "BnB Demo",
            "short_name": "BnB",
            "url": "/demo-inserimento-bnb.php",
            "description": "Preview BnB listing flow."
        },
        {
            "name": "Tour Demo",
            "short_name": "Tour",
            "url": "/demo-inserimento-tour.php",
            "description": "Preview Tour listing flow."
        },
        {
            "name": "Food Demo",
            "short_name": "Food",
            "url": "/demo-inserimento-food.php",
            "description": "Preview Food listing flow."
        },
        {
            "name": "Sport Demo",
            "short_name": "Sport",
            "url": "/demo-inserimento-sport.php",
            "description": "Preview Sport listing flow."
        }
    ]
}