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