{
    "short_name": "Spott",
    "name": "Spott - Recarregue seu veículo",
    "description":"Spott - Recarregue seu veículo",
    "orientation": "portrait",
    "icons": [
        {
        "src": "/favicon.ico",
        "sizes": "64x64",
        "type": "image/x-icon"
        },
        {
        "src": "./logo_192x192.png",
        "type": "image/png",
        "sizes": "192x192"
        },
        {
        "src": "./logo_512x512.png",
        "type": "image/png",
        "sizes": "512x512"
        },
        {
        "src": "./logo_1024x1024.png",
        "type": "image/png",
        "sizes": "1024x1024"
        }    
    ],
    "screenshots": [
        {
        "src": "./splash.png",
        "sizes": "393x852",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Spott"
        },
        {
        "src": "./splash.png",
        "sizes": "393x852",
        "type": "image/png",
        "label": "Spott"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+spott",
            "url": "/spott/ch/%s"
        }
    ],

    "id": "spott-web-app",
    "start_url": "/spott/",
    "display": "standalone",
    "theme_color": "#53981C",
    "background_color": "#53981C"
}