Newer
Older
fractals / public / manifest.json
{
    "name": "Fractals",
    "background_color": "rgb(0,0,16)",
    "theme_color": "rgb(0,0,16)",
    "display": "standalone",
    "icons": [
        {
            "src": "style/favicon32.png",
            "type": "image/png",
            "sizes": "32x32"
        },
        {
            "src": "style/favicon96.png",
            "type": "image/png",
            "sizes": "96x96"
        },
        {
            "src": "style/favicon196.png",
            "type": "image/png",
            "sizes": "196x196"
        },
        {
            "src": "style/favicon512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "style/favicon.svg",
            "type": "image/svg+xml",
            "sizes": "any"
        }
    ],
    "start_url": "index.html"
}