{
    "short_name": "Jeff",
    "name": "Jeff - Test app",
    "theme_color": "#101010",
    "background_color": "#fcfcfc",
    "display": "standalone",
    "scope": "./",
    "start_url": "./",
    "icons": [
        {
            "src": "assets/jf.svg",
            "sizes": "maskable any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ]
}