{
    "name": "Barcode Scanner PWA",
    "short_name": "Scanner",
    "description": "A web app to scan barcodes and display matching data.",
    "theme_color": "#000000",
    "background_color": "#000000",
    "display": "fullscreen",
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}