{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "id": "/",
    "name": "Origami Systems Account",
    "short_name": "Origami Systems Account",
    "theme_color": "#000001",
    "background_color": "#f5fcff",
    "display": "standalone",
    "start_url": "/",
    "shortcuts": [],
    "prefer_related_applications": false,
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        }
    ]
}
