{
    "$schema": "https://github.com/SchemaStore/schemastore/raw/master/src/schemas/json/web-manifest.json",
    
    "name": "dict",
    "short_name": "dict",
    
    "start_url": "/dict/",
    
    "display": "standalone",
    
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    
    "icons": [
        {
            "src": "dict.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "dict.192.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}