{
    "name": "Geelisoft Tani",
    "short_name": "Tani App",
    "start_url": "landing.php",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2E7D32",
    "icons": [
        {
            "src": "https://via.placeholder.com/192x192.png?text=Icon", 
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://via.placeholder.com/512x512.png?text=Icon",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}