{
    "name": "Perrelli's",
    "short_name": "Perrelli's",
    "start_url": "/",
    "description": "Perrelli's Web Application",
    "theme_color": "#054e43",
    "background_color": "#ffffff",
    "display": "minimal-ui",
    "icons": [
        {
            "src": "icons/icon-48x48.png",
            "type": "image/png",
            "sizes": "48x48",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-72x72.png",
            "type": "image/png",
            "sizes": "72x72",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-96x96.png",
            "type": "image/png",
            "sizes": "96x96",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-128x128.png",
            "type": "image/png",
            "sizes": "128x128",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-144x144.png",
            "type": "image/png",
            "sizes": "144x144",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-152x152.png",
            "type": "image/png",
            "sizes": "152x152",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-192x192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-384x384.png",
            "type": "image/png",
            "sizes": "384x384",
            "purpose": "maskable any"
        },
        {
            "src": "icons/icon-512x512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/desktop-1.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Perrelli's Platform Homepage"
        },
        {
            "src": "screenshots/desktop-2.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Perrelli's Platform Product Page"
        },
        {
            "src": "screenshots/mobile-1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Perrelli's Platform Mobile View"
        }
    ]
}