{
    "id": "./index.html",
    "lang": "fr",
    "dir": "ltr",
    "name": "Yukhabrary",
    "short_name": "Yukhabrary",
    "description": "Recherche de livres via ISBN ou scan de code-barres.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#1a202c",
    "orientation": "portrait",
    "categories": [
        "books",
        "education",
        "productivity"
    ],
    "keywords": [
        "livres",
        "bibliothèque",
        "recherche",
        "scan",
        "code-barres"
    ],
    "author": "Yukhabrary",
    "developer": {
        "name": "Yukhabrary",
        "url": "https://khalils.emf-informatique.ch/A30/YUKHABRARY/frontend/public/"
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    },

    "icons": [
        {
            "src": "./images/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "prefer_related_applications": false
}