{
    "name": "Barcode Scanner",
    "short_name": "Scanner",
    "description": "Barcode scanner for warehouse inventory counting",
    "start_url": "./index.php",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1095c1",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "icons/favicon-16.png?v=2",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "icons/favicon-32.png?v=2",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icons/apple-touch-icon-120.png?v=2",
            "sizes": "120x120",
            "type": "image/png"
        },
        {
            "src": "icons/apple-touch-icon-152.png?v=2",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "icons/apple-touch-icon-180.png?v=2",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "icons/icon.png?v=2",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon.png?v=2",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
