{
    "name": "Jones SA Trip",
    "short_name": "Jones SA",
    "description": "The ultimate companion for the Jones family South African adventure.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#10b981",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "photos",
                    "accept": ["image/*"]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "View Itinerary",
            "short_name": "Itinerary",
            "description": "View your trip itinerary",
            "url": "/itinerary",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Countdown Wallpaper",
            "short_name": "Countdown",
            "description": "Generate countdown wallpaper",
            "url": "/countdown",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Packing List",
            "short_name": "Packing",
            "description": "Check your packing list",
            "url": "/packing-list",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "View Map",
            "short_name": "Map",
            "description": "See activities on map",
            "url": "/map",
            "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
        }
    ]
}