{
    "name": "Astros",
    "short_name": "Astros",
    "description": "PWA mobile-first que exibe a imagem do dia da NASA, utilizando a API Astronomy Picture of the Day (APOD).",
    "start_url": "./index.html",
    "display": "standalone",
    "backgrond_color": "#0b0f1a",
    "theme_color": "#0b0f1a",
    "lang": "pt-BR",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icons/astro_icon 48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },

        {
            "src": "icons/astro_icon 72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },

        {
            "src": "icons/astro_icon 96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },

        {
            "src": "icons/astro_icon 144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },

        {
            "src": "icons/astro_icon 192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        }

    ]
}