File diff 5b093b550fc0 → 70138d0433e3
static/src/assets/favicon/site.webmanifest
Show inline comments
 
{
 
    "name": "",
 
    "short_name": "",
 
    "name": "LCA2019",
 
    "short_name": "LCA2019",
 
    "icons": [
 
        {
 
            "src": "/android-chrome-192x192.png",
 
            "src": "/static/build/assets/favicon/android-chrome-192x192.png",
 
            "sizes": "192x192",
 
            "type": "image/png"
 
        },
 
        {
 
            "src": "/android-chrome-256x256.png",
 
            "sizes": "256x256",
 
            "src": "/static/build/assets/favicon/android-chrome-512x512.png",
 
            "sizes": "512x512",
 
            "type": "image/png"
 
        }
 
    ],