{
    "id": "/?utm_source=homescreen",
    "name": "KFC TRAVEL",
    "short_name": "KFC TRAVEL",
    "description": "KFC TRAVEL PWA",
    "start_url": "./index.php?utm_source=homescreen",
    "scope": ".",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f5f5",
    "theme_color": "#E60023",
    "categories": [
        "travel",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}