{
    "name": "Dinetec PWA",
    "short_name": "Dinetec",
    "start_url": "index.php",
    "display": "standalone",
    "background_color": "#FFFF",
    "theme_color": "#0f472b",
    "scope": ".",
    "description": "Esse é um PWA do site da Dinetec",
    "icons": [
        {
            "src": "/images/icons/homescreen48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen168.png",
            "sizes": "168x168",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icons/homescreen512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
