{
  "tourTypes": [
    {
      "id": "film-locations",
      "name": "Film Locations",
      "icon": "film.fill",
      "color": "#1E3A8A",
      "description": "Visit iconic Georgia filming locations from movies and TV shows",
      "enabled": true,
      "sortOrder": 1
    },
    {
      "id": "historic",
      "name": "Historic Tours",
      "icon": "building.columns.fill",
      "color": "#7C2D12",
      "description": "Explore historic landmarks and heritage sites",
      "enabled": true,
      "sortOrder": 2
    },
    {
      "id": "walking",
      "name": "Walking Tours",
      "icon": "figure.walk",
      "color": "#15803D",
      "description": "Self-guided walking tours through scenic areas",
      "enabled": true,
      "sortOrder": 3
    },
    {
      "id": "food-drink",
      "name": "Food & Drink",
      "icon": "fork.knife",
      "color": "#9F1239",
      "description": "Culinary tours and food experiences",
      "enabled": true,
      "sortOrder": 4
    },
    {
      "id": "nature",
      "name": "Nature & Parks",
      "icon": "leaf.fill",
      "color": "#166534",
      "description": "Outdoor tours and nature experiences",
      "enabled": true,
      "sortOrder": 5
    },
    {
      "id": "cultural",
      "name": "Cultural Tours",
      "icon": "theatermasks.fill",
      "color": "#6B21A8",
      "description": "Arts, music, and cultural experiences",
      "enabled": true,
      "sortOrder": 6
    },
    {
      "id": "photography",
      "name": "Photography",
      "icon": "camera.fill",
      "color": "#0369A1",
      "description": "Best spots for photography and scenic views",
      "enabled": false,
      "sortOrder": 7
    },
    {
      "id": "ghost-tours",
      "name": "Ghost Tours",
      "icon": "moon.stars.fill",
      "color": "#1E293B",
      "description": "Spooky tours of haunted locations",
      "enabled": false,
      "sortOrder": 8
    }
  ],
  "settings": {
    "defaultTourType": "film-locations",
    "showAllToursOption": true,
    "enableCustomTours": true,
    "maxToursPerCategory": 50
  }
}
