{
    "name": "Les Voitures",
    "short_name": "Les Voitures",
    "description": "Toute l'actualité automobile",
    "start_url": "/webapp/?source=pwa",
    "scope": "/webapp/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#ef4242",
    "background_color": "#ffffff",
    "lang": "fr-FR",
    "categories": [
        "news"
    ],
    "icons": [
        {
            "src": "/webapp/app.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/webapp/app.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}