{
    "name": "FoodieBookings",
    "short_name": "FoodieBookings",
    "description": "Discover and book the best dining experiences at your favorite restaurants with FoodieBookings.",
    "categories": ["food", "lifestyle", "travel"],
    "lang": "en-US",
    "dir": "ltr",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ]
}