{
    "name": "APP_TEMPLATE",
    "short_name": "APP",
    "background_color": "#2f92ee",
    "display": "fullscreen",
    "description": "App Template Progressive Web Application",
    "theme_color": "#2f92ee",
    "start_url": "/",
    "icons": [
        {
            "src": "logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}