{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "the-ocr-club-cms",
    "short_name": "The OCR Club CMS",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#fff",
    "description": "Content manager service for the OCR Club",
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
