{
    "name": "BirdSearch",
    "short_name": "BirdSearch",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#c9e1e6",
    "theme_color": "#c9e1e6",
    "icons": [
        {
            "src": "./assets/images/favicon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./assets/images/favicon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
