{
    "name": "Terrains Istres Sports Tir à l'Arc",
    "short_name": "TirArcIstres",
    "description": "Application de gestion d'accès aux terrains de tir à l'arc",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#F5F5F5",
    "theme_color": "#2E7D32",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["sports", "utilities"],
    "shortcuts": [
        {
            "name": "Scanner QR Code",
            "short_name": "Scanner",
            "description": "Scanner un QR code pour accéder aux terrains",
            "url": "/index.html?action=scan",
            "icons": [
                {
                    "src": "images/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshot1.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}