{
    "name": "Schriftlich Rechnen",
    "short_name": "Rechnen",
    "description": "Schriftliche Addition mit handgeschriebenen Ziffern.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F6F8FC",
    "theme_color": "#2563EB",
    "icons": [
        {
            "src": "icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
