{
    "name": "Díaz Go!",
    "short_name": "Díaz Go!",
    "icons": [
        {
            "src": "./web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "display_override": ["fullscreen", "minimal-ui"],
    "display": "standalone",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "screenshots": [
        // Requirement 1: Screenshot with form_factor set to "wide" (Desktop)
        {
        "src": ".screen1280.png",
        "sizes": "1280x800",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Richer AVA Insta II Desktop UI"
        },
        // Requirement 2: Screenshot with form_factor not set (or set to "narrow" for mobile)
        {
        "src": "/images/insta-ii-mobile-screenshot.png",
        "sizes": "640x1136",
        "type": "image/png",
        "label": "Richer AVA Insta II Mobile UI"
        // Note: 'form_factor' is omitted, which defaults to 'narrow' (mobile)
        }
    ]

}
