{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name":"Urban Monastic Platform",
    "short_name":"UrbanMonasticPlatform",
    "description": "Engage with the Breviary and Scriptorium of Urban Monasticism.",
    "start_url": "/",
    "icons":[
        {
            "src": "/icons-vector-light.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src":"/icons-192-light.png",
            "sizes":"192x192",
            "type":"image/png"
        },
        {
            "src":"/icons-512-light.png",
            "sizes":"512x512",
            "type":"image/png"
        }
    ],
    "theme_color":"#ffffff",
    "background_color":"#f6f3ea",
    "display":"standalone"
}