{
    "name": "Play Hexafill Online",
    "short_name": "Hexafill",
    "description": "This is a relaxing hex-grid puzzle game where you connect paths and fill cells to solve each level. Every challenge is unique, and you must complete the board without any overlaps or dead ends. The gentle pace and clear rules make it easy to pick up, but the puzzles grow more rewarding as you progress. With NAJOX, you can enjoy a calm, thoughtful experience that tests your logic without ever feeling rushed. Each move brings you closer to a perfectly filled grid, offering a satisfying sense of order and completion.This is a clean and colorful puzzle game built around hexagonal grids, smart path planning, and satisfying level completion. Players drag from starting points to create paths across the board. Each move matters: routes must be planned carefully to avoid overlaps, dead ends, and blocked cells. The goal is to fill the required hex tiles and complete the puzzle with the correct path. The game is easy to understand from the first level",
    "icons": [
        {
            "src": "/files/pictures/hexafill.webp",
            "type": "image/webp",
            "sizes": "200x200"
        },
        {
            "src": "/files/512x512/hexafill.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "https://web.najox.com/game/hexafill",
    "id": "https://web.najox.com/game/hexafill",
    "scope": "https://web.najox.com/game/hexafill",
    "background_color": "#46bef9",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#0092d9",
    "dir": "auto",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "categories": [
        "games"
    ],
    "screenshots": [
        {
            "src": "/files/screens/hexafill_1.webp",
            "type": "image/webp",
            "sizes": "350x250"
        }
    ]
}