{
    "name": "Mi Pulppo",
    "short_name": "Mi Pulppo",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#FFFFFF",
    "background_color": "#FFFFFF",
    "description": "This is a long text that can describe what your PWA does to the user",
    "categories": ["games", "education"],
    "start_url": "/me-gusta",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
