{
    "name": "maBougie",
    "short_name": "maBougie",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F44336",
    "theme_color": "#000000",
    "scope": ".",
    "orientation": "any",
    "description": "maBougie est un mur virtuel pour vos bougies digitales.",
    "categories": ["Allumer", "bougie", "Prier"],
    "icons": [
        {
            "src": "./img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
	    "screenshots": [
        {
            "src": "./img/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
      ]
}