{
    "app": {
        "name": "HomeHeroes",
        "invite_only": true,
        "roles": [
            "owner",
            "adult",
            "child"
        ]
    },
    "mobile": {
        "supports_offline_queue": true,
        "sync_strategy": "batched_mutations"
    },
    "api": {
        "login": "https:\/\/homeheroes.jonathanallen.org.uk\/api\/index.php?route=auth\/login",
        "dashboard": "https:\/\/homeheroes.jonathanallen.org.uk\/api\/index.php?route=dashboard",
        "invitations": "https:\/\/homeheroes.jonathanallen.org.uk\/api\/index.php?route=invitations",
        "sync": "https:\/\/homeheroes.jonathanallen.org.uk\/api\/index.php?route=sync",
        "rules": "https:\/\/homeheroes.jonathanallen.org.uk\/api\/index.php?route=rules"
    }
}