{
    "name": "Graoully",
    "short_name": "Graoully",
    "description": "Jeu de rôle géolocalisé sur carte",
    "start_url": "/index.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#d1d1d1",
    "theme_color": "#834617",
    "screenshots": [
        {
            "src": "css/images/screenshot-mobile.png",
            "sizes": "540x960",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "css/images/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "icons": [
        {
            "src": "css/images/graoully-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "css/images/graoully-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "css/images/graoully-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "css/images/graoully-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}