{
  "name": "Hula",
  "fullName": "Hula Food",
  "tagline": "Ordina dal tuo ristorante preferito",

  "colors": {
    "primary": "#009688",
    "primaryLight": "#b2dfdb",
    "primaryDark": "#00796b",
    "accent": "#007D8B",
    "background": "#80cbc4",
    "surface": "#ffffff",
    "error": "#d32f2f",
    "success": "#4caf50",
    "warning": "#ff9800"
  },

  "darkColors": {
    "primary": "#4db6ac",
    "primaryLight": "#00897b",
    "primaryDark": "#004d40",
    "accent": "#26a69a",
    "background": "#121212",
    "surface": "#1e1e1e",
    "error": "#ef5350",
    "success": "#66bb6a",
    "warning": "#ffa726"
  },

  "parse": {
    "serverUrl": "https://risapp.it:1338/HulaBari",
    "appId": "sa5eF1vLwqRnuSIv53jatEfTnB0I8xqpbwAMr3Uu",
    "appName": "HulaBari"
  },

  "stripe": {
    "publishableKey": "pk_test_REPLACE_WITH_YOUR_KEY"
  },

  "firebase": {
    "apiKey": "",
    "authDomain": "",
    "projectId": "",
    "storageBucket": "",
    "messagingSenderId": "",
    "appId": "",
    "vapidKey": ""
  },

  "logo": "logo.svg",
  "splashImage": "logo.svg",
  "font": "Raleway",

  "defaults": {
    "locale": "it",
    "currency": "€",
    "deliveryCost": 2.00,
    "deliveryDistance": 5.00,
    "features": ["domicilio", "asporto", "prenotazioni", "fidelity", "altavolo", "consultazione"],
    "openingHours": [
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00",
      "9:30-13:00,19:00-01:00"
    ]
  }
}
