{
    "name": "Cali Game Jam 2025 - Desarrollo de Videojuegos en Cali",
    "short_name": "Cali Game Jam",
    "description": "Comunidad de desarrollo de videojuegos en Cali, Colombia. Organizamos game jams semestrales con premios hasta $2.000.000 COP. 100% gratuito, online y presencial.",
    "start_url": "/cgj/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#ff6b35",
    "orientation": "portrait-primary",
    "scope": "/cgj/",
    "lang": "es-CO",
    "categories": ["games", "entertainment", "education", "social"],
    "dir": "ltr",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "icons": [
        {
            "src": "img/CGJ Logo Black.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/CGJ Logo Black.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/CGJ Logo Black.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/CGJ Logo Black.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/CGJ Logo Black.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Eventos",
            "short_name": "Eventos",
            "description": "Ver próximos eventos de Cali Game Jam",
            "url": "/cgj/#events",
            "icons": [
                {
                    "src": "img/CGJ Logo Black.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "Galería",
            "short_name": "Galería",
            "description": "Ver galería de fotos de eventos",
            "url": "/cgj/#gallery",
            "icons": [
                {
                    "src": "img/CGJ Logo Black.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "Reglas",
            "short_name": "Reglas",
            "description": "Ver reglas de participación",
            "url": "/cgj/#rules",
            "icons": [
                {
                    "src": "img/CGJ Logo Black.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "Discord",
            "short_name": "Discord",
            "description": "Únete a la comunidad en Discord",
            "url": "https://discord.com/invite/A69Cb7q6je",
            "icons": [
                {
                    "src": "img/CGJ Logo Black.png",
                    "sizes": "32x32"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Cali Game Jam - Página Principal"
        },
        {
            "src": "screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Cali Game Jam - Vista Móvil"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://caligamejam.com/"
        }
    ],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+caligamejam",
            "url": "/cgj/?event=%s"
        }
    ],
    "file_handlers": [
        {
            "action": "/cgj/upload",
            "accept": {
                "application/zip": [".zip"],
                "application/x-rar-compressed": [".rar"],
                "application/x-7z-compressed": [".7z"]
            }
        }
    ],
    "share_target": {
        "action": "/cgj/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": ["image/*", "application/zip", "application/x-rar-compressed"]
                }
            ]
        }
    },
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "handle_links": "preferred",
    "capture_links": "new-client",
    "scope_extensions": [
        {
            "origin": "https://discord.com"
        },
        {
            "origin": "https://www.instagram.com"
        }
    ],
    "id": "cali-game-jam-2025",
    "version": "1.0.0",
    "author": "Cali Game Jam",
    "homepage_url": "https://caligamejam.com/",
    "support_url": "https://caligamejam.com/#contact",
    "feedback_url": "https://discord.com/invite/A69Cb7q6je",
    "privacy_policy": "https://caligamejam.com/privacy",
    "terms_of_service": "https://caligamejam.com/terms"
}