{
    "name": "Image Text Extractor",
    "short_name": "Image Text Extractor",
    "start_url": "/image-to-text/index.html",
    "scope": "/image-to-text/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/image-to-text/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/image-to-text/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}