﻿{
    "name": "Aeroclube do Espírito Santo",
    "short_name": "Aeroclube ES",
    "theme_color": "#1F83C5",
    "background_color": "#1F83C5",
    "display": "standalone",
    "scope": "/",
    "start_url": "/",
    "lang": "pt-BR",
    "orientation": "any",
    "icons": [{
        "src": "./img/logo_preto_16.png",
        "sizes": "16x16",
        "type": "image/png"
    }, {
        "src": "./img/logo_preto_32.png",
        "sizes": "32x32",
        "type": "image/png"
    }, {
        "src": "./img/logo_preto_64.png",
        "sizes": "64x64",
        "type": "image/png"
    }, {
        "src": "./img/logo_preto_128.png",
        "sizes": "128x128",
        "type": "image/png"
    }, {
        "src": "./img/logo_preto_256.png",
        "sizes": "256x256",
        "type": "image/png"
    }, {
        "src": "./img/logo_preto_512.png",
        "sizes": "512x512",
        "type": "image/png"
    }]
}