{
  "apps": [
    {
      "id": "save",
      "name": "Money",
      "icon": "💰",
      "accent": "#2f6f5e",
      "accentDark": "#7cc4b0",
      "host": "save.cashabarba.com",
      "home": "https://save.cashabarba.com/dashboard",
      "nav": [
        {
          "label": "Dashboard",
          "href": "/dashboard",
          "icon": "📊"
        },
        {
          "label": "Transactions",
          "href": "/transactions",
          "icon": "💳"
        },
        {
          "label": "Budgets",
          "href": "/budgets",
          "icon": "📋"
        },
        {
          "label": "Goals",
          "href": "/goals",
          "icon": "🎯"
        },
        {
          "label": "Trips",
          "href": "/trips",
          "icon": "✈️"
        },
        {
          "label": "Settle",
          "href": "/settle",
          "icon": "🤝"
        },
        {
          "label": "Settings",
          "href": "/settings",
          "icon": "⚙️"
        }
      ]
    },
    {
      "id": "train",
      "name": "Training",
      "icon": "🏋️",
      "accent": "#1f3a34",
      "accentDark": "#7cc4b0",
      "host": "train.cashabarba.com",
      "home": "https://train.cashabarba.com/",
      "nav": [
        {
          "label": "Exercise",
          "key": "exercise"
        },
        {
          "label": "Plan",
          "key": "plan"
        }
      ]
    },
    {
      "id": "recipes",
      "name": "Recipes",
      "icon": "📖",
      "accent": "#8a5a2b",
      "accentDark": "#e0b98a",
      "host": "recipes.cashabarba.com",
      "home": "https://recipes.cashabarba.com/",
      "nav": [
        {
          "label": "Recipes",
          "href": "https://recipes.cashabarba.com/"
        },
        {
          "label": "Meals",
          "href": "https://meals.cashabarba.com/"
        },
        {
          "label": "Shopping",
          "href": "https://shopping.cashabarba.com/"
        },
        {
          "label": "Settings",
          "href": "/settings"
        }
      ]
    },
    {
      "id": "meals",
      "name": "Meals",
      "icon": "🥗",
      "accent": "#6b4f2a",
      "accentDark": "#d9b382",
      "host": "meals.cashabarba.com",
      "home": "https://meals.cashabarba.com/",
      "nav": [
        {
          "label": "Recipes",
          "href": "https://recipes.cashabarba.com/"
        },
        {
          "label": "Meals",
          "href": "https://meals.cashabarba.com/"
        },
        {
          "label": "Shopping",
          "href": "https://shopping.cashabarba.com/"
        },
        {
          "label": "Settings",
          "href": "/settings"
        }
      ]
    },
    {
      "id": "shopping",
      "name": "Shopping",
      "icon": "🛒",
      "accent": "#4f6b2a",
      "accentDark": "#b3d982",
      "host": "shopping.cashabarba.com",
      "home": "https://shopping.cashabarba.com/",
      "nav": [
        {
          "label": "Recipes",
          "href": "https://recipes.cashabarba.com/"
        },
        {
          "label": "Meals",
          "href": "https://meals.cashabarba.com/"
        },
        {
          "label": "Shopping",
          "href": "https://shopping.cashabarba.com/"
        },
        {
          "label": "Settings",
          "href": "/settings"
        }
      ]
    }
  ]
}